mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 22:14:39 +01:00
Bugfix for php < 7 (yes I know I should make fewer commits but this is kinda urgent)
This commit is contained in:
parent
cd0ca879e7
commit
8e9d31f06f
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user