Skip to content

Commit ffd408b

Browse files
committed
fix depedency to support laravel 10
1 parent 6f64ed1 commit ffd408b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@
99
"homepage": "https://github.com/yaza-putu/laravel-repository-with-service.git",
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.0|^8.1",
13-
"spatie/laravel-package-tools": "^1.9.2",
14-
"illuminate/contracts": "^9.0"
12+
"php": "^8.1",
13+
"spatie/laravel-package-tools": "^1.14.0",
14+
"illuminate/contracts": "^10.0"
1515
},
1616
"require-dev": {
17-
"nunomaduro/collision": "^6.0",
17+
"laravel/pint": "^1.0",
18+
"nunomaduro/collision": "^7.9",
1819
"nunomaduro/larastan": "^2.0.1",
19-
"orchestra/testbench": "^7.0",
20-
"pestphp/pest": "^1.21",
21-
"pestphp/pest-plugin-laravel": "^1.1",
20+
"orchestra/testbench": "^8.0",
21+
"pestphp/pest": "^2.0",
22+
"pestphp/pest-plugin-arch": "^2.0",
23+
"pestphp/pest-plugin-laravel": "^2.0",
2224
"phpstan/extension-installer": "^1.1",
2325
"phpstan/phpstan-deprecation-rules": "^1.0",
2426
"phpstan/phpstan-phpunit": "^1.0",
25-
"phpunit/phpunit": "^9.5",
2627
"spatie/laravel-ray": "^1.26"
2728
},
2829
"autoload": {

0 commit comments

Comments
 (0)