Skip to content

Commit

Permalink
Do not include phpstan into release
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 18, 2024
1 parent 301afe1 commit c5aa9a4
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 376 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"illuminate/database": "^10.18",
"peppeocchi/php-cron-scheduler": "4.*",
"symfony/console": "^6.4",
"symfony/string": "^6.4"
"symfony/string": "^6.4",
"filp/whoops": "^2.15",
"maximebf/debugbar": "dev-master"
},
"require-dev": {
"filp/whoops": "^2.15",
"maximebf/debugbar": "dev-master",
"phpstan/phpstan": "^1.10"
},
"autoload": {
Expand Down
Loading

0 comments on commit c5aa9a4

Please sign in to comment.