Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 28, 2022
1 parent f19d383 commit d05eadc
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 @@ -5,9 +5,9 @@
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "4.x-dev",
"silverstripe/recipe-cms": "~4.11.0@stable",
"silverstripe-themes/simple": "~3.2.0",
"silverstripe/login-forms": "4.x-dev"
"silverstripe/login-forms": "~4.7.0@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand All @@ -33,4 +33,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit d05eadc

Please sign in to comment.