Skip to content

Commit 44c27fb

Browse files
committed
laravel 10 support
1 parent e9f7bc4 commit 44c27fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"require": {
1919
"php": "^8.1",
2020
"spatie/laravel-package-tools": "^1.13.0",
21-
"illuminate/contracts": "^9.0"
21+
"laravel/framework": "^10.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.0",
25-
"nunomaduro/collision": "^6.0",
25+
"nunomaduro/collision": "^6.1",
2626
"nunomaduro/larastan": "^2.0.1",
27-
"orchestra/testbench": "^7.0",
28-
"pestphp/pest": "^1.21",
27+
"orchestra/testbench": "^8.0",
28+
"pestphp/pest": "^1.22",
2929
"pestphp/pest-plugin-laravel": "^1.1",
3030
"phpstan/extension-installer": "^1.1",
3131
"phpstan/phpstan-deprecation-rules": "^1.0",
3232
"phpstan/phpstan-phpunit": "^1.0",
33-
"phpunit/phpunit": "^9.5",
33+
"phpunit/phpunit": "^9.6",
3434
"spatie/laravel-ray": "^1.26"
3535
},
3636
"autoload": {

0 commit comments

Comments
 (0)