Do not include phpstan into release

This commit is contained in:
slawkens
2024-05-18 22:19:23 +02:00
parent 301afe190b
commit c5aa9a4684
3 changed files with 335 additions and 338 deletions

View File

@@ -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": {