Skip to content

Commit

Permalink
MNT Revert erroneous dependency changes (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Mar 28, 2023
1 parent 118079d commit c58fd8e
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 @@ -31,12 +31,12 @@
],
"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.6",
"symbiote/silverstripe-gridfieldextensions": "^3.1",
"silverstripe/segment-field": "2.8.x-dev",
"silverstripe/versioned": "1.13.x-dev",
"silverstripe/mimevalidator": "2.5.x-dev"
"silverstripe/segment-field": "^2.2",
"silverstripe/versioned": "^1.0",
"silverstripe/mimevalidator": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit c58fd8e

Please sign in to comment.