We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e20376 commit 19093d3Copy full SHA for 19093d3
composer.json
@@ -22,9 +22,10 @@
22
"illuminate/log": "^7.0",
23
"illuminate/support": "^7.0",
24
"mockery/mockery": "^1.3.2",
25
+ "nunomaduro/larastan": "^1.0",
26
"orchestra/database": "^5.0",
27
"orchestra/testbench": "^5.0",
- "phpstan/phpstan": "^0.12.64",
28
+ "phpstan/phpstan": "^1.7",
29
"phpunit/phpunit": "^8.0",
30
"sempro/phpunit-pretty-print": "1.2.2",
31
"symfony/thanks": "^1.0"
@@ -41,7 +42,10 @@
41
42
},
43
"config": {
44
"preferred-install": "dist",
- "sort-packages": true
45
+ "sort-packages": true,
46
+ "allow-plugins": {
47
+ "symfony/thanks": true
48
+ }
49
50
"scripts": {
51
"test": "vendor/bin/phpunit",
0 commit comments