Skip to content

Commit

Permalink
MNT fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 2, 2024
1 parent 6bb9e46 commit c3f4302
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "The SilverStripe Framework Installer",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/vendor-plugin": "2.0.x-dev",
"silverstripe/recipe-cms": "5.3.x-dev",
"silverstripe-themes/simple": "3.3.x-dev",
"silverstripe/login-forms": "5.3.x-dev"
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/vendor-plugin": "2.x-dev",
"silverstripe/recipe-cms": "5.x-dev",
"silverstripe-themes/simple": "3.x-dev",
"silverstripe/login-forms": "5.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
Expand All @@ -34,4 +34,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit c3f4302

Please sign in to comment.