Skip to content

Commit

Permalink
MNT Revert erroneous dependency changes (symbiote#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Mar 28, 2023
1 parent 1f3b0ac commit 1a3b4c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/cms": "4.13.x-dev",
"silverstripe/framework": "4.13.x-dev",
"silverstripe/admin": "1.13.x-dev",
"silverstripe/versioned": "1.13.x-dev",
"silverstripe/cms": "^4",
"silverstripe/framework": "^4.11",
"silverstripe/admin": "^1",
"silverstripe/versioned": "^1",
"symfony/yaml": "^3 || ^4"
},
"require-dev": {
Expand Down

0 comments on commit 1a3b4c6

Please sign in to comment.