Skip to content

Commit a7c1443

Browse files
authored
Update composer.json
1 parent f9f0a58 commit a7c1443

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/http": "^7.30|^8.23|^9.0",
24-
"illuminate/support": "^7.30|^8.23|^9.0",
25-
"rennokki/laravel-sns-events": "^7.0"
23+
"illuminate/http": "^8.83|^9.0.1",
24+
"illuminate/support": "^8.83|^9.0.1",
25+
"rennokki/laravel-sns-events": "^7.1"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -40,7 +40,9 @@
4040
"require-dev": {
4141
"mockery/mockery": "^1.5",
4242
"orchestra/testbench": "^7.0",
43-
"phpunit/phpunit": "^9.0"
43+
"orchestra/testbench": "^6.28|^7.0",
44+
"orchestra/testbench-core": "^6.28|^7.0",
45+
"phpunit/phpunit": "^9.5.13"
4446
},
4547
"config": {
4648
"sort-packages": true

0 commit comments

Comments
 (0)