Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mleutenegger committed Feb 3, 2024
1 parent 7f848a8 commit c744591
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require-dev": {
"squizlabs/php_codesniffer": "^3.0",
"syntro/silverstripe-phpstan": "^1",
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^9.4"
},
"extra": {
"expose": [
Expand All @@ -51,5 +51,13 @@
"phpunit-flush": "../../bin/phpunit . '' flush=1"
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"config": {
"process-timeout": 600,
"allow-plugins": {
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
}
}
}

0 comments on commit c744591

Please sign in to comment.