Fix composer symfony versioning and remove unused polyfill
This commit is contained in:
parent
73a3b93760
commit
f6771782e4
@ -14,30 +14,30 @@
|
|||||||
"league/pipeline": "^1.0",
|
"league/pipeline": "^1.0",
|
||||||
"phpdocumentor/reflection-docblock": "^5.6",
|
"phpdocumentor/reflection-docblock": "^5.6",
|
||||||
"phpstan/phpdoc-parser": "^2.1",
|
"phpstan/phpdoc-parser": "^2.1",
|
||||||
"symfony/console": "7.2.*",
|
"symfony/console": "*",
|
||||||
"symfony/dotenv": "7.2.*",
|
"symfony/dotenv": "*",
|
||||||
"symfony/flex": "^2",
|
"symfony/flex": "^2",
|
||||||
"symfony/form": "7.2.*",
|
"symfony/form": "*",
|
||||||
"symfony/framework-bundle": "7.2.*",
|
"symfony/framework-bundle": "*",
|
||||||
"symfony/monolog-bundle": "^3.0",
|
"symfony/monolog-bundle": "^3.0",
|
||||||
"symfony/property-access": "7.2.*",
|
"symfony/property-access": "*",
|
||||||
"symfony/property-info": "7.2.*",
|
"symfony/property-info": "*",
|
||||||
"symfony/runtime": "7.2.*",
|
"symfony/runtime": "*",
|
||||||
"symfony/security-bundle": "7.2.*",
|
"symfony/security-bundle": "*",
|
||||||
"symfony/serializer": "7.2.*",
|
"symfony/serializer": "*",
|
||||||
"symfony/twig-bundle": "7.2.*",
|
"symfony/twig-bundle": "*",
|
||||||
"symfony/uid": "7.2.*",
|
"symfony/uid": "*",
|
||||||
"symfony/validator": "7.2.*",
|
"symfony/validator": "*",
|
||||||
"symfony/yaml": "7.2.*",
|
"symfony/yaml": "*",
|
||||||
"twig/extra-bundle": "^2.12|^3.0",
|
"twig/extra-bundle": "^2.12|^3.0",
|
||||||
"twig/twig": "^3.0"
|
"twig/twig": "^3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"deployer/deployer": "^7.3",
|
"deployer/deployer": "^7.3",
|
||||||
"symfony/debug-bundle": "7.2.*",
|
"symfony/debug-bundle": "*",
|
||||||
"symfony/maker-bundle": "^1.48",
|
"symfony/maker-bundle": "^1.48",
|
||||||
"symfony/stopwatch": "7.2.*",
|
"symfony/stopwatch": "*",
|
||||||
"symfony/web-profiler-bundle": "7.2.*"
|
"symfony/web-profiler-bundle": "*"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
@ -59,7 +59,10 @@
|
|||||||
"symfony/polyfill-php73": "*",
|
"symfony/polyfill-php73": "*",
|
||||||
"symfony/polyfill-php74": "*",
|
"symfony/polyfill-php74": "*",
|
||||||
"symfony/polyfill-php80": "*",
|
"symfony/polyfill-php80": "*",
|
||||||
"symfony/polyfill-php81": "*"
|
"symfony/polyfill-php81": "*",
|
||||||
|
"symfony/polyfill-php82": "*",
|
||||||
|
"symfony/polyfill-php83": "*",
|
||||||
|
"symfony/polyfill-php84": "*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"auto-scripts": {
|
"auto-scripts": {
|
||||||
|
474
composer.lock
generated
474
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user