Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit be54e7f

Browse files
committed
Merge branch 'release/1.0.3'
2 parents 305b58b + 61a2120 commit be54e7f

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,17 @@
2222
"php": ">=7.2",
2323
"ext-json": "*",
2424
"firebase/php-jwt": "^5.0",
25-
"guzzlehttp/guzzle": "^6.3",
26-
"illuminate/database": "~5.5|~6|~7|~8",
27-
"illuminate/http": "~5.5|~6|~7|~8",
28-
"illuminate/routing": "~5.5|~6|~7|~8",
25+
"guzzlehttp/guzzle": "~6.3|~7",
26+
"laravel/framework": "~5.5|~6|~7|~8",
2927
"nesbot/carbon": "~1.2|~2",
30-
"vlucas/phpdotenv": "^3.6|^4.0"
28+
"vlucas/phpdotenv": "^3.6|^4.0|^5.0"
3129
},
3230
"require-dev": {
33-
"illuminate/auth": "~5.5|~6|~7",
3431
"mockery/mockery": "^1.3.1",
3532
"phpunit/phpunit": "^8.4|^9.0",
3633
"psy/psysh": "^0.10",
3734
"symfony/thanks": "^1.1"
3835
},
39-
"suggest": {
40-
"illuminate/auth": "Required to sync registered users (~5.5|~6|~7)."
41-
},
4236
"autoload": {
4337
"psr-4": {
4438
"Spinen\\Formio\\": "src/"

0 commit comments

Comments
 (0)