Bugfix for php < 7 (yes I know I should make fewer commits but this is kinda urgent)

This commit is contained in:
Daniil Gentili 2017-02-04 00:26:19 +01:00
parent cd0ca879e7
commit 8e9d31f06f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"require": {
"php": ">=5.6.0",
"danog/phpstruct": "^1.2",
"phpseclib/phpseclib": "dev-master|^2.0.4",
"phpseclib/phpseclib": "^2.0.4",
"vlucas/phpdotenv": "^2.4"
},
"require-dev": {