update phpstan
This commit is contained in:
parent
1a54ade698
commit
4004c425c6
|
@ -7,8 +7,20 @@
|
||||||
"laravel"
|
"laravel"
|
||||||
],
|
],
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{ "type": "path", "url": "./packages/laravel-nami", "options": {"symlink": true} },
|
{
|
||||||
{ "type": "path", "url": "./packages/tex", "options": {"symlink": true} }
|
"type": "path",
|
||||||
|
"url": "./packages/laravel-nami",
|
||||||
|
"options": {
|
||||||
|
"symlink": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "path",
|
||||||
|
"url": "./packages/tex",
|
||||||
|
"options": {
|
||||||
|
"symlink": true
|
||||||
|
}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -39,9 +51,8 @@
|
||||||
"fakerphp/faker": "^1.9.1",
|
"fakerphp/faker": "^1.9.1",
|
||||||
"laravel/sail": "^1.0.1",
|
"laravel/sail": "^1.0.1",
|
||||||
"mockery/mockery": "^1.4.4",
|
"mockery/mockery": "^1.4.4",
|
||||||
"nunomaduro/larastan": "*",
|
"nunomaduro/larastan": "^2.0",
|
||||||
"orchestra/testbench": "^7.0",
|
"orchestra/testbench": "^7.0",
|
||||||
"phpstan/phpstan": "^1.8.10",
|
|
||||||
"phpunit/phpunit": "^9.5.10"
|
"phpunit/phpunit": "^9.5.10"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|
Loading…
Reference in New Issue