From 2ea888fdc687621e8ad6bce3ecb7a8e19cb7a87b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Oct 2024 18:10:28 +0300 Subject: drop php-http/guzzle7-adapter --- vendor/php-http/httplug/.php-cs-fixer.dist.php | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vendor/php-http/httplug/.php-cs-fixer.dist.php (limited to 'vendor/php-http/httplug/.php-cs-fixer.dist.php') diff --git a/vendor/php-http/httplug/.php-cs-fixer.dist.php b/vendor/php-http/httplug/.php-cs-fixer.dist.php deleted file mode 100644 index 83809c25d..000000000 --- a/vendor/php-http/httplug/.php-cs-fixer.dist.php +++ /dev/null @@ -1,16 +0,0 @@ -in(__DIR__.'/src') - ->name('*.php') -; - -$config = (new PhpCsFixer\Config()) - ->setRiskyAllowed(true) - ->setRules([ - '@Symfony' => true, - ]) - ->setFinder($finder) -; - -return $config; -- cgit v1.2.3-54-g00ecf