1 parent 90446ca commit 1863830Copy full SHA for 1863830
3 files changed
composer.json
@@ -20,11 +20,11 @@
20
},
21
"require-dev": {
22
"fakerphp/faker": "^1.9.1",
23
+ "larastan/larastan": "^3.1",
24
"laravel/pint": "^1.5",
25
"mockery/mockery": "^1.4.4",
26
"nunomaduro/collision": "^8.1",
- "larastan/larastan": "^3.1",
27
- "phpunit/phpunit": "^12.1"
+ "pestphp/pest": "^3.8"
28
29
"autoload": {
30
"psr-4": {
@@ -68,6 +68,7 @@
68
"sort-packages": true,
69
"allow-plugins": {
70
"composer/package-versions-deprecated": true,
71
+ "pestphp/pest-plugin": true,
72
"php-http/discovery": true
73
}
74
0 commit comments