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 87485b9 commit 1d463a9Copy full SHA for 1d463a9
composer.json
@@ -20,9 +20,9 @@
20
}
21
],
22
"require": {
23
- "illuminate/http": "^9.0.1|^10.0",
24
- "illuminate/support": "^9.0.1|^10.0",
25
- "rennokki/laravel-sns-events": "^7.1"
+ "illuminate/http": "^9.35|^10.5",
+ "illuminate/support": "^9.35|^10.5",
+ "rennokki/laravel-sns-events": "^7.2"
26
},
27
"autoload": {
28
"psr-4": {
@@ -38,9 +38,9 @@
38
"test": "vendor/bin/phpunit"
39
40
"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"
+ "mockery/mockery": "^1.5",
+ "orchestra/testbench": "^7.22|^8.1.1",
+ "phpunit/phpunit": "^9.5.25"
44
45
"config": {
46
"sort-packages": true
0 commit comments