Skip to content

Commit

Permalink
require dev update
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Dec 1, 2024
1 parent 3b88abc commit 19d8d0a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"name": "dynamic/silverstripe-recipe-book",
"description": "A recipe book for SilverStripe websites",
"license": "BSD-3-Clause",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"CMS"
],
"license": "BSD-3-Clause",
"require": {
"silverstripe/linkfield":"^3.0",
"silverstripe/recipe-cms": "^5.0",
"silverstripe/linkfield": "^3.0",
"silverstripe/lumberjack": "^3.0",
"silverstripe/recipe-cms": "^5.0",
"symbiote/silverstripe-gridfieldextensions": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7"
"silverstripe/recipe-testing": "^3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Dynamic\\RecipeBook\\": "src/",
Expand All @@ -26,16 +27,14 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true,
"silverstripe/recipe-plugin": true
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
},
"process-timeout": 600
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 19d8d0a

Please sign in to comment.