Skip to content

Commit 1445268

Browse files
committed
Cleanup composer.json
1 parent 309775b commit 1445268

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

composer.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"php": "^8.2|^8.3",
2424
"based/momentum-modal": "^0.3.0",
2525
"brick/varexporter": "^0.4.0",
26-
"illuminate/contracts": "^10.0|^11.0",
2726
"inertiajs/inertia-laravel": "^1.0",
2827
"spatie/laravel-package-tools": "^1.0",
2928
"stichoza/google-translate-php": "^5.1",
@@ -36,11 +35,7 @@
3635
"orchestra/testbench": "^9.0",
3736
"pestphp/pest": "^2.18",
3837
"pestphp/pest-plugin-faker": "^2.0",
39-
"pestphp/pest-plugin-laravel": "^2.2",
40-
"phpstan/extension-installer": "^1.1",
41-
"phpstan/phpstan-deprecation-rules": "^1.0",
42-
"phpstan/phpstan-phpunit": "^1.0",
43-
"phpunit/phpunit": "^10.0"
38+
"pestphp/pest-plugin-laravel": "^2.2"
4439
},
4540
"autoload": {
4641
"psr-4": {
@@ -65,10 +60,8 @@
6560
"format": "vendor/bin/pint"
6661
},
6762
"config": {
68-
"sort-packages": true,
6963
"allow-plugins": {
70-
"pestphp/pest-plugin": true,
71-
"phpstan/extension-installer": true
64+
"pestphp/pest-plugin": true
7265
}
7366
},
7467
"extra": {

0 commit comments

Comments
 (0)