MNT Revert erroneous dependency changes (#198)

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

View File

@ -15,9 +15,9 @@
],
"require": {
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/framework": "4.13.x-dev",
"silverstripe/cms": "4.13.x-dev",
"silverstripe/versioned": "1.13.x-dev"
"silverstripe/framework": "^4.10",
"silverstripe/cms": "^4.0",
"silverstripe/versioned": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",