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 Feb 25, 2025
1 parent 39ca323 commit 96cd627
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 @@ -6,10 +6,10 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/recipe-cms": "5.x-dev",
"silverstripe/segment-field": "3.x-dev",
"silverstripe/userforms": "6.x-dev"
"silverstripe/recipe-plugin": "2.1.x-dev",
"silverstripe/recipe-cms": "5.4.x-dev",
"silverstripe/segment-field": "3.3.x-dev",
"silverstripe/userforms": "6.4.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand All @@ -28,4 +28,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 96cd627

Please sign in to comment.