.phpunit.result.cache
0 → 100644
+1
−0
+7
−5
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -15,13 +15,14 @@ | ||
}
|
||
],
|
||
"require": {
|
||
"php": "^7.1|^8.0",
|
||
"illuminate/support": "5.8|^6.0|^7.0|^8.0",
|
||
"php": "^8.0",
|
||
"illuminate/support": "^8.0|^9.0",
|
||
"ext-openssl": "*"
|
||
},
|
||
"require-dev": {
|
||
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
|
||
"phpunit/phpunit": "^8.0|^9.0|^10.0"
|
||
"orchestra/testbench": "^6.0|^7.0",
|
||
"phpunit/phpunit": "^9.0",
|
||
"nunomaduro/larastan": "^2.0"
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
| @@ -37,7 +38,8 @@ | ||
]
|
||
},
|
||
"scripts": {
|
||
"phpunit": "phpunit"
|
||
"phpunit": "phpunit",
|
||
"phpstan": "phpstan analyse"
|
||
},
|
||
"extra": {
|
||
"laravel": {
|
||
phpcs.xml
0 → 100644
+99
−0
phpstan.neon.dist
0 → 100644
+18
−0
+6
−14
Loading