Skip to content

Commit

Permalink
MNT Revert erroneous dependency changes (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Mar 28, 2023
1 parent 35c2b3e commit 1d6a386
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -19,12 +19,12 @@
"prefer-stable": true,
"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/versioned": "1.13.x-dev",
"silverstripe/versioned-admin": "1.13.x-dev",
"silverstripe/graphql": "3.8.x-dev || 4.2.x-dev",
"silverstripe/framework": "^4.12@dev",
"silverstripe/cms": "^4.7@dev",
"silverstripe/admin": "^1.7@dev",
"silverstripe/versioned": "^1.7@dev",
"silverstripe/versioned-admin": "^1.7@dev",
"silverstripe/graphql": "^3.5 || ^4",
"symbiote/silverstripe-gridfieldextensions": "^3.1",
"silverstripe/vendor-plugin": "^1"
},
Expand Down Expand Up @@ -54,4 +54,4 @@
"DNADesign\\Elemental\\Tests\\": "tests/"
}
}
}
}

0 comments on commit 1d6a386

Please sign in to comment.