Skip to content

Commit

Permalink
Add post update script for discovery-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Nov 25, 2024
1 parent 5461222 commit b5adb85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tempest/app",
"require": {
"tempest/framework": "1.0-alpha.3"
"tempest/framework": "dev-main"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
Expand All @@ -27,6 +27,9 @@
}
],
"scripts": {
"post-package-update": [
"php tempest discovery:generate"
],
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
"csfixer": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
"phpstan": "vendor/bin/phpstan analyse tests app",
Expand Down

0 comments on commit b5adb85

Please sign in to comment.