Skip to content

Commit 1d463a9

Browse files
authored
Update composer.json
1 parent 87485b9 commit 1d463a9

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
@@ -20,9 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/http": "^9.0.1|^10.0",
24-
"illuminate/support": "^9.0.1|^10.0",
25-
"rennokki/laravel-sns-events": "^7.1"
23+
"illuminate/http": "^9.35|^10.5",
24+
"illuminate/support": "^9.35|^10.5",
25+
"rennokki/laravel-sns-events": "^7.2"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -38,9 +38,9 @@
3838
"test": "vendor/bin/phpunit"
3939
},
4040
"require-dev": {
41-
"mockery/mockery": "^1.5|^1.4.4",
42-
"orchestra/testbench": "^7.0|^8.0",
43-
"phpunit/phpunit": "^9.5.21|^10.0"
41+
"mockery/mockery": "^1.5",
42+
"orchestra/testbench": "^7.22|^8.1.1",
43+
"phpunit/phpunit": "^9.5.25"
4444
},
4545
"config": {
4646
"sort-packages": true

0 commit comments

Comments
 (0)