We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f0a58 commit a7c1443Copy full SHA for a7c1443
composer.json
@@ -20,9 +20,9 @@
20
}
21
],
22
"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"
+ "illuminate/http": "^8.83|^9.0.1",
+ "illuminate/support": "^8.83|^9.0.1",
+ "rennokki/laravel-sns-events": "^7.1"
26
},
27
"autoload": {
28
"psr-4": {
@@ -40,7 +40,9 @@
40
"require-dev": {
41
"mockery/mockery": "^1.5",
42
"orchestra/testbench": "^7.0",
43
- "phpunit/phpunit": "^9.0"
+ "orchestra/testbench": "^6.28|^7.0",
44
+ "orchestra/testbench-core": "^6.28|^7.0",
45
+ "phpunit/phpunit": "^9.5.13"
46
47
"config": {
48
"sort-packages": true
0 commit comments