Merge pull request #218 from creative-commoners/pulls/5/major-deps

DEP Update core dependencies for CMS 5
This commit is contained in:
Guy Sartorelli 2022-08-09 09:39:19 +12:00 committed by GitHub
commit f32c0ba890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {