mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-29 11:33:33 +01:00
[composer] allow 8.3.* Symplify deps
This commit is contained in:
parent
0c45b6f569
commit
615f0c4ee4
@ -32,13 +32,13 @@
|
||||
"symfony/finder": "^4.4.8|^5.1",
|
||||
"symfony/http-kernel": "^4.4.8|^5.1",
|
||||
"symfony/process": "^4.4.8|^5.1",
|
||||
"symplify/autowire-array-parameter": "8.3.48",
|
||||
"symplify/composer-json-manipulator": "8.3.48",
|
||||
"symplify/console-color-diff": "8.3.48",
|
||||
"symplify/easy-testing": "8.3.48",
|
||||
"symplify/package-builder": "8.3.48",
|
||||
"symplify/set-config-resolver": "8.3.48",
|
||||
"symplify/smart-file-system": "8.3.48",
|
||||
"symplify/autowire-array-parameter": "^8.3.48",
|
||||
"symplify/composer-json-manipulator": "^8.3.48",
|
||||
"symplify/console-color-diff": "^8.3.48",
|
||||
"symplify/easy-testing": "^8.3.48",
|
||||
"symplify/package-builder": "^8.3.48",
|
||||
"symplify/set-config-resolver": "^8.3.48",
|
||||
"symplify/smart-file-system": "^8.3.48",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"require-dev": {
|
||||
@ -52,11 +52,11 @@
|
||||
"php-parallel-lint/php-parallel-lint": "^1.2",
|
||||
"phpunit/phpunit": "^8.5|^9.2",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"symplify/changelog-linker": "8.3.48",
|
||||
"symplify/easy-coding-standard": "8.3.48",
|
||||
"symplify/easy-testing": "8.3.48",
|
||||
"symplify/monorepo-builder": "8.3.48",
|
||||
"symplify/phpstan-extensions": "8.3.48",
|
||||
"symplify/changelog-linker": "^8.3.48",
|
||||
"symplify/easy-coding-standard": "^8.3.48",
|
||||
"symplify/easy-testing": "^8.3.48",
|
||||
"symplify/monorepo-builder": "^8.3.48",
|
||||
"symplify/phpstan-extensions": "^8.3.48",
|
||||
"tracy/tracy": "^2.7"
|
||||
},
|
||||
"replace": {
|
||||
|
@ -7,11 +7,11 @@
|
||||
"symfony/dependency-injection": "^4.4.8|^5.1",
|
||||
"symfony/config": "^4.4.8|^5.1",
|
||||
"symfony/http-kernel": "^4.4.8|^5.1",
|
||||
"symplify/package-builder": "8.3.48"
|
||||
"symplify/package-builder": "^8.3.48"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.5|^9.2",
|
||||
"symplify/easy-testing": "8.3.48"
|
||||
"symplify/easy-testing": "^8.3.48"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -6,7 +6,7 @@
|
||||
"php": "^7.2.4|^8.0",
|
||||
"symfony/dependency-injection": "^4.4.8|^5.1",
|
||||
"symfony/http-kernel": "^4.4.8|^5.1",
|
||||
"symplify/package-builder": "8.3.48"
|
||||
"symplify/package-builder": "^8.3.48"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.5|^9.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user