Skip to content

Commit

Permalink
Merge pull request #190 from creative-commoners/pulls/2.9/fix-constra…
Browse files Browse the repository at this point in the history
…ints

MNT Revert erroneous dependency changes
  • Loading branch information
Maxime Rainville authored Mar 28, 2023
2 parents 511e988 + c50f5b1 commit 059969e
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 @@ -22,8 +22,8 @@
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "4.13.x-dev",
"silverstripe/cms": "4.13.x-dev"
"silverstripe/framework": "^4.10",
"silverstripe/cms": "^4.4@dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -44,4 +44,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 059969e

Please sign in to comment.