Skip to content

Commit a007276

Browse files
authored
Update composer.json
1 parent eba2870 commit a007276

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
],
2222
"require": {
2323
"php": "^8.0",
24-
"illuminate/cache": "^7.13|^8.0",
25-
"illuminate/container": "^7.13|^8.0",
26-
"illuminate/console": "^7.13|^8.0",
27-
"illuminate/http": "^7.13|^8.0",
28-
"illuminate/support": "^7.13|^8.0",
24+
"illuminate/cache": "^8.71",
25+
"illuminate/container": "^8.71",
26+
"illuminate/console": "^8.71",
27+
"illuminate/http": "^8.71",
28+
"illuminate/support": "^8.71",
2929
"nesbot/carbon": "^2.35",
30-
"spatie/laravel-package-tools": "^1.1"
30+
"spatie/laravel-package-tools": "^1.9"
3131
},
3232
"require-dev": {
33-
"laravel/framework": "^7.13|^8.0",
34-
"phpunit/phpunit" : "^9.3",
35-
"orchestra/testbench": "^5.2|^6.0",
33+
"laravel/framework": "^8.0",
34+
"phpunit/phpunit" : "^9.4",
35+
"orchestra/testbench": "^6.23",
3636
"mockery/mockery": "^1.4",
3737
"vimeo/psalm": "^4.4"
3838
},

0 commit comments

Comments
 (0)