Skip to content

Commit a304c93

Browse files
author
Kurt Friars
committed
Sync dev
2 parents 7406228 + 75055cb commit a304c93

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

composer.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"spatie/laravel-package-tools": "^1.14.0",
2121
"illuminate/contracts": "^11"
2222
},
@@ -26,10 +26,7 @@
2626
"orchestra/testbench": "^9.0.0",
2727
"pestphp/pest": "^2.20",
2828
"pestphp/pest-plugin-arch": "^2.0",
29-
"pestphp/pest-plugin-laravel": "^2.0",
30-
"phpstan/extension-installer": "^1.1",
31-
"phpstan/phpstan-deprecation-rules": "^1.0",
32-
"phpstan/phpstan-phpunit": "^1.0"
29+
"pestphp/pest-plugin-laravel": "^2.0"
3330
},
3431
"autoload": {
3532
"psr-4": {
@@ -56,16 +53,14 @@
5653
"@composer run build",
5754
"@php vendor/bin/testbench serve"
5855
],
59-
"analyse": "vendor/bin/phpstan analyse",
6056
"test": "vendor/bin/pest",
6157
"test-coverage": "vendor/bin/pest --coverage",
6258
"format": "vendor/bin/pint"
6359
},
6460
"config": {
6561
"sort-packages": true,
6662
"allow-plugins": {
67-
"pestphp/pest-plugin": true,
68-
"phpstan/extension-installer": true
63+
"pestphp/pest-plugin": true
6964
}
7065
},
7166
"extra": {

0 commit comments

Comments
 (0)