Update composer.json
This commit is contained in:
@@ -11,11 +11,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^8.1",
|
||||||
"behat/behat": "^3.6.1",
|
"behat/behat": "^3.6.1",
|
||||||
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
"symfony/dependency-injection": "^6.2 || ^7.0",
|
||||||
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
"symfony/http-kernel": "^6.2 || ^7.0"
|
||||||
"symfony/proxy-manager-bridge": "^4.4 || ^5.3 || ^6.0"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"behat/mink-selenium2-driver": "^1.3",
|
"behat/mink-selenium2-driver": "^1.3",
|
||||||
@@ -25,10 +24,10 @@
|
|||||||
"friends-of-behat/page-object-extension": "^0.3.2",
|
"friends-of-behat/page-object-extension": "^0.3.2",
|
||||||
"friends-of-behat/service-container-extension": "^1.1",
|
"friends-of-behat/service-container-extension": "^1.1",
|
||||||
"sylius-labs/coding-standard": ">=4.1.1, <=4.2.1",
|
"sylius-labs/coding-standard": ">=4.1.1, <=4.2.1",
|
||||||
"symfony/browser-kit": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
"symfony/browser-kit": "^6.2 || ^7.0",
|
||||||
"symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
"symfony/framework-bundle": "^6.2 || ^7.0",
|
||||||
"symfony/process": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
"symfony/process": "^6.2 || ^7.0",
|
||||||
"symfony/yaml": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
"symfony/yaml": "^6.2 || ^7.0",
|
||||||
"vimeo/psalm": "4.30.0"
|
"vimeo/psalm": "4.30.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
|||||||
Reference in New Issue
Block a user