Skip to content

Commit

Permalink
Updating composer requirements for Silverstripe 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
benmanu committed Oct 31, 2023
1 parent bb2adfb commit 08201dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"issues": "https://github.com/benmanu/silverstripe-simple-styleguide/issues"
},
"require": {
"silverstripe/cms": "^4.0"
"silverstripe/cms": "^5.0"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
"phpunit/phpunit": "^9.6"
},
"extra": {
"installer-name": "simple-styleguide",
Expand Down

0 comments on commit 08201dc

Please sign in to comment.