Skip to content

Commit 3827143

Browse files
committed
Merge branch 'release/1.2.4'
2 parents 18465c2 + 33b8cc1 commit 3827143

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3
1+
1.2.4

composer.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,11 @@
2121
"require": {
2222
"php": ">=7.2",
2323
"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"
24+
"guzzlehttp/guzzle": "^6.4|^7.0",
25+
"laravel/framework": "~5.8|~6|~7|~8",
26+
"nesbot/carbon": "~1.2|~2"
3227
},
3328
"require-dev": {
34-
"illuminate/auth": "~5.8|~6|~7",
3529
"mockery/mockery": "^1.3.1",
3630
"phpunit/phpunit": "^8.4|^9.0",
3731
"psy/psysh": "^0.10",

0 commit comments

Comments
 (0)