Skip to content

Commit 19093d3

Browse files
committed
chore(composer/package): [nunomaduro/larastan] new
1 parent 1e20376 commit 19093d3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
"illuminate/log": "^7.0",
2323
"illuminate/support": "^7.0",
2424
"mockery/mockery": "^1.3.2",
25+
"nunomaduro/larastan": "^1.0",
2526
"orchestra/database": "^5.0",
2627
"orchestra/testbench": "^5.0",
27-
"phpstan/phpstan": "^0.12.64",
28+
"phpstan/phpstan": "^1.7",
2829
"phpunit/phpunit": "^8.0",
2930
"sempro/phpunit-pretty-print": "1.2.2",
3031
"symfony/thanks": "^1.0"
@@ -41,7 +42,10 @@
4142
},
4243
"config": {
4344
"preferred-install": "dist",
44-
"sort-packages": true
45+
"sort-packages": true,
46+
"allow-plugins": {
47+
"symfony/thanks": true
48+
}
4549
},
4650
"scripts": {
4751
"test": "vendor/bin/phpunit",

0 commit comments

Comments
 (0)