MNT Revert erroneous dependency changes (#83)

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

View File

@ -17,9 +17,9 @@
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/cms": "4.13.x-dev",
"silverstripe/versioned": "1.13.x-dev",
"silverstripe/siteconfig": "4.13.x-dev"
"silverstripe/cms": "^4",
"silverstripe/versioned": "^1",
"silverstripe/siteconfig": "^4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",