Skip to content

Commit

Permalink
MNT Revert erroneous dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Mar 28, 2023
1 parent b4bf58e commit 9fad366
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "4.13.x-dev",
"silverstripe/cms": "4.13.x-dev",
"silverstripe/admin": "1.13.x-dev",
"silverstripe/asset-admin": "1.13.x-dev",
"silverstripe/errorpage": "1.13.x-dev",
"silverstripe/versioned": "1.13.x-dev"
"silverstripe/framework": "^4.10",
"silverstripe/cms": "^4.4@dev",
"silverstripe/admin": "^1.4@dev",
"silverstripe/asset-admin": "^1.4@dev",
"silverstripe/errorpage": "^1.4@dev",
"silverstripe/versioned": "^1.4@dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 9fad366

Please sign in to comment.