Skip to content

Commit

Permalink
MNT Revert erroneous dependency changes (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Mar 28, 2023
1 parent ba6fd86 commit 055a87d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "4.13.x-dev",
"silverstripe/cms": "4.13.x-dev",
"silverstripe/reports": "4.13.x-dev"
"silverstripe/framework": "^4.10",
"silverstripe/cms": "^4",
"silverstripe/reports": "^4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 055a87d

Please sign in to comment.