Skip to content

Commit 95f9eed

Browse files
committed
wip
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
1 parent 42e39d2 commit 95f9eed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"require": {
1515
"php": "^8.1",
1616
"illuminate/contracts": "^10.0|^11.0",
17-
"spatie/laravel-package-tools": "^1.12"
17+
"spatie/laravel-package-tools": "^1.16.2"
1818
},
1919
"require-dev": {
2020
"composer-runtime-api": "^2.2",
21-
"orchestra/testbench": "^8.5.2|^9.0",
22-
"pestphp/pest" : "^2.6.1",
23-
"rector/rector": "^1.0",
24-
"spatie/pest-plugin-snapshots": "^2.0.1",
25-
"laravel/pint": "^1.10",
26-
"phpstan/phpstan": "^1.10",
27-
"nunomaduro/larastan": "^2.6"
21+
"orchestra/testbench": "^8.0|^9.0",
22+
"pestphp/pest" : "^2.34.1",
23+
"rector/rector": "^1.0.2",
24+
"spatie/pest-plugin-snapshots": "^2.1.0",
25+
"laravel/pint": "^1.14",
26+
"phpstan/phpstan": "^1.10.59",
27+
"nunomaduro/larastan": "^2.9.2"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)