Skip to content

Commit

Permalink
MNT Revert erroneous dependency changes (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Mar 28, 2023
1 parent f271989 commit fe95ac9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/admin": "1.13.x-dev",
"silverstripe/framework": "4.13.x-dev",
"silverstripe/versioned": "1.13.x-dev",
"silverstripe/graphql": "3.8.x-dev || 4.2.x-dev",
"silverstripe/admin": "^1.6",
"silverstripe/framework": "^4.10",
"silverstripe/versioned": "^1.6",
"silverstripe/graphql": "^3.5 || ^4",
"silverstripe/vendor-plugin": "^1"
},
"require-dev": {
Expand All @@ -49,4 +49,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit fe95ac9

Please sign in to comment.