Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 31, 2023
1 parent f18ed4d commit a0fc659
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 @@ -5,11 +5,11 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/recipe-cms": "5.x-dev",
"silverstripe/blog": "4.x-dev",
"silverstripe/spamprotection": "4.x-dev",
"colymba/gridfield-bulk-editing-tools": "4.x-dev"
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/recipe-cms": "5.1.x-dev",
"silverstripe/blog": "4.1.x-dev",
"silverstripe/spamprotection": "4.1.x-dev",
"colymba/gridfield-bulk-editing-tools": "4.0.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand All @@ -29,4 +29,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit a0fc659

Please sign in to comment.