MNT Revert erroneous dependency changes (#236)

This commit is contained in:
Guy Sartorelli 2023-03-28 17:00:38 +13:00 committed by GitHub
parent 9013377996
commit ef178ce534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
}, },
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"silverstripe/framework": "4.13.x-dev", "silverstripe/framework": "^4.10",
"silverstripe/versioned": "1.13.x-dev" "silverstripe/versioned": "^1.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",