mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 15:05:32 +00:00
DEP Update core dependencies for CMS 5
This commit is contained in:
parent
c012736293
commit
484fac9cc3
@ -21,17 +21,17 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^8.1",
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"squizlabs/php_codesniffer": "^3",
|
"squizlabs/php_codesniffer": "^3",
|
||||||
"behat/behat": "^3.9",
|
"behat/behat": "^3.9",
|
||||||
"behat/mink": "^1.7",
|
"behat/mink": "^1.7",
|
||||||
"behat/mink-extension": "^2.1",
|
"behat/mink-extension": "^2.1",
|
||||||
"silverstripe/mink-facebook-web-driver": "^1",
|
"silverstripe/mink-facebook-web-driver": "^2",
|
||||||
"symfony/dom-crawler": "^3 || ^4",
|
"symfony/dom-crawler": "^4",
|
||||||
"silverstripe/testsession": "^2.2",
|
"silverstripe/testsession": "^3",
|
||||||
"silverstripe/framework": "^4.10",
|
"silverstripe/framework": "^5",
|
||||||
"symfony/finder": "^3.2 || ^4"
|
"symfony/finder": "^4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user