Drop unsupported PHP and Symfony versions and add PHP 8.1 and SF 6.0
This commit is contained in:
@@ -21,17 +21,17 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=7.4",
|
||||||
"behat/behat": "^3.0.5",
|
"behat/behat": "^3.0.5",
|
||||||
"behat/mink": "^1.5",
|
"behat/mink": "^1.5",
|
||||||
"symfony/config": "^3.4 || ^4.4 || ^5.0"
|
"symfony/config": "^4.4 || ^5.0 || ^6.0"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"behat/mink-extension": "self.version"
|
"behat/mink-extension": "self.version"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"behat/mink-goutte-driver": "^1.1",
|
"behat/mink-goutte-driver": "^1.1",
|
||||||
"phpspec/phpspec": "^6.0 || ^7.0"
|
"phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
|||||||
Reference in New Issue
Block a user