We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18465c2 + 33b8cc1 commit 3827143Copy full SHA for 3827143
VERSION
@@ -1 +1 @@
1
-1.2.3
+1.2.4
composer.json
@@ -21,17 +21,11 @@
21
"require": {
22
"php": ">=7.2",
23
"ext-json": "*",
24
- "guzzlehttp/guzzle": "^6.4",
25
- "illuminate/container": "~5.8|~6|~7|~8",
26
- "illuminate/database": "~5.8|~6|~7|~8",
27
- "illuminate/encryption": "~5.8|~6|~7|~8",
28
- "illuminate/http": "~5.8|~6|~7|~8",
29
- "illuminate/routing": "~5.8|~6|~7|~8",
30
- "nesbot/carbon": "~1.2|~2",
31
- "vlucas/phpdotenv": "^3.6|^4.0"
+ "guzzlehttp/guzzle": "^6.4|^7.0",
+ "laravel/framework": "~5.8|~6|~7|~8",
+ "nesbot/carbon": "~1.2|~2"
32
},
33
"require-dev": {
34
- "illuminate/auth": "~5.8|~6|~7",
35
"mockery/mockery": "^1.3.1",
36
"phpunit/phpunit": "^8.4|^9.0",
37
"psy/psysh": "^0.10",
0 commit comments