Skip to content

Commit abe48e9

Browse files
authored
Update composer.json
1 parent b3e9a88 commit abe48e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
},
1818
"require": {
1919
"php": ">=7.3",
20-
"illuminate/support": "^8.0 || ^9.0",
21-
"laravel/socialite": "^5.0"
20+
"illuminate/support": "^9.0",
21+
"laravel/socialite": "^5.3"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench-browser-kit": "^6.0",
25-
"orchestra/testbench-dusk": "^6.0",
26-
"orchestra/testbench": "^6.0",
24+
"orchestra/testbench-browser-kit": "^7.0",
25+
"orchestra/testbench-dusk": "^7.0",
26+
"orchestra/testbench": "^7.0",
2727
"predis/predis": "^1.1",
28-
"phpunit/phpunit": "^9.3"
28+
"phpunit/phpunit": "^9.5"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)