Cleanup some dependencies

This commit is contained in:
Timothy Warren 2022-03-03 10:23:55 -05:00
parent e25aae6597
commit c73feb6264
4 changed files with 221 additions and 438 deletions

6
.gitignore vendored
View File

@ -10,9 +10,7 @@
.phpunit.result.cache
###< phpunit/phpunit ###
###> friendsofphp/php-cs-fixer ###
# PHP CS Fixer
tools/php-cs-fixer/vendor/
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
tools/php-cs-fixer/vendor/

View File

@ -21,13 +21,10 @@
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.12.16",
"roave/security-advisories": "dev-master",
"symfony/debug": "^4.4.9",
"symfony/debug-bundle": "^6.0",
"symfony/dotenv": "^6.0.3",
"symfony/flex": "^2.1.6",
"symfony/stopwatch": "^6.0.3",
"symfony/web-profiler-bundle": "^6.0",
"symplify/easy-coding-standard": "^10.0"
"symfony/web-profiler-bundle": "^6.0"
},
"config": {
"preferred-install": {

630
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -245,21 +245,6 @@
"bin/console"
]
},
"symfony/debug": {
"version": "v4.4.19"
},
"symfony/debug-bundle": {
"version": "4.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.1",
"ref": "f8863cbad2f2e58c4b65fa1eac892ab189971bea"
},
"files": [
"config/packages/dev/debug.yaml"
]
},
"symfony/dependency-injection": {
"version": "v5.2.3"
},
@ -480,9 +465,6 @@
"symfony/yaml": {
"version": "v5.2.3"
},
"symplify/easy-coding-standard": {
"version": "10.0.21"
},
"theseer/tokenizer": {
"version": "1.2.1"
},