Skip to content

Commit

Permalink
Merge 406c684 into 1e4e0d1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Aug 12, 2019
2 parents 1e4e0d1 + 406c684 commit a4afb47
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions composer.json
Expand Up @@ -15,7 +15,16 @@
}
],
"require": {
"php": ">=7.0 <=7.3",
"php": ">=7.0 <=7.1",
"ext-curl": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mcrypt": "*",
"ext-bcmath": "*",
"ext-mysql": "*",
"ext-xml": "*",
"ext-zip": "*",
"aura/di": "~3.4",
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-rackspace": "~1.0",
Expand All @@ -27,10 +36,6 @@
"robmorgan/phinx": "~0.8.0",
"symm/gisconverter": "~1.0.5",
"vlucas/phpdotenv": "~2.2",
"ext-curl": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",
"league/csv": "~7.1@dev",
"laravel/lumen-framework": "5.5.*",
"league/event": "^2.2@dev",
Expand Down Expand Up @@ -68,7 +73,9 @@
"sebastianfeldmann/captainhook": "^2.0"
},
"suggest" : {
"ext-imap": "Needed for email data source"
"ext-imap": "Needed for email data source",
"ext-redis": "Needed for Redis based queues or cache",
"ext-memcached": "Needed for Memcache based cache"
},
"config": {
"bin-dir": "bin/",
Expand Down

0 comments on commit a4afb47

Please sign in to comment.