Skip to content

Commit

Permalink
MNT Revert erroneous dependency changes (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Mar 28, 2023
1 parent 74c75b0 commit 6e0da53
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 @@ -13,11 +13,11 @@
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/vendor-plugin": "^1.0",
"dnadesign/silverstripe-elemental": "4.11.x-dev",
"silverstripe/elemental-fileblock": "2.5.x-dev",
"silverstripe/cms": "4.13.x-dev",
"silverstripe/admin": "1.13.x-dev",
"silverstripe/framework": "4.13.x-dev"
"dnadesign/silverstripe-elemental": "^4.7",
"silverstripe/elemental-fileblock": "^2@dev",
"silverstripe/cms": "^4.3",
"silverstripe/admin": "^1.7@dev",
"silverstripe/framework": "^4.10"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 6e0da53

Please sign in to comment.