Skip to content

Commit 75055cb

Browse files
author
Kurt Friars
committed
Upgrade to laravel 12
1 parent 475d3c5 commit 75055cb

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

composer.json

+8-13
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"spatie/laravel-package-tools": "^1.14.0",
21-
"illuminate/contracts": "^10|^11"
21+
"illuminate/contracts": "^12"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.0",
25-
"nunomaduro/collision": "^8.1.1||^7.10.0",
26-
"orchestra/testbench": "^9.0.0||^8.22.0",
27-
"pestphp/pest": "^2.20",
28-
"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"
25+
"nunomaduro/collision": "^8.1.1",
26+
"orchestra/testbench": "^10.0.0",
27+
"pestphp/pest": "^3",
28+
"pestphp/pest-plugin-arch": "^3.0",
29+
"pestphp/pest-plugin-laravel": "^3.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)