Skip to content

Commit 48261a3

Browse files
committed
fix composer.json to move phpstan to dev section
1 parent 6c9192c commit 48261a3

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"require": {
3030
"illuminate/collections": "^12.0",
3131
"nesbot/carbon": "^3.9",
32-
"symfony/string": "^7.2",
33-
"phpstan/phpstan": "^2.1"
32+
"symfony/string": "^7.2"
3433
},
3534
"require-dev": {
3635
"psy/psysh": "@stable",
3736
"phpstan/phpstan-phpunit": "^2.0",
3837
"phpstan/extension-installer": "^1.3",
3938
"symfony/var-dumper": "^7.2",
4039
"phpunit/phpunit": "^11.5",
41-
"squizlabs/php_codesniffer": "*"
40+
"squizlabs/php_codesniffer": "*",
41+
"phpstan/phpstan": "^2.1"
4242
},
4343
"config": {
4444
"allow-plugins": {

composer.lock

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)