Merge pull request #15 from danog/patch-1

Update MadelineProto version
This commit is contained in:
Setiawan 2021-10-28 19:43:49 +07:00 committed by GitHub
commit 6102dcb486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
],
"require": {
"php": "^7.4|^8.0",
"danog/madelineproto": "^5.1",
"danog/madelineproto": "^6",
"illuminate/support": "^7.0|^8.0",
"illuminate/console": "^7.0|^8.0",
"illuminate/database": "^7.0|^8.0"
@ -32,5 +32,8 @@
"Hu\\MadelineProto\\MadelineProtoServiceProvider"
]
}
},
"require-dev": {
"phabel/phabel": "^1.0"
}
}