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 Dec 3, 2024
1 parent b2b3987 commit f5a3d37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.3",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/assets": "3.x-dev",
"silverstripe/config": "3.x-dev",
"silverstripe/framework": "6.x-dev",
"silverstripe/mimevalidator": "4.x-dev",
"silverstripe/template-engine": "1.x-dev"
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/assets": "3.0.x-dev",
"silverstripe/config": "3.0.x-dev",
"silverstripe/framework": "6.0.x-dev",
"silverstripe/mimevalidator": "4.0.x-dev",
"silverstripe/template-engine": "1.0.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^11.3",
Expand All @@ -34,4 +34,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit f5a3d37

Please sign in to comment.