Skip to content

Commit

Permalink
Merge pull request #15 from danog/patch-1
Browse files Browse the repository at this point in the history
Update MadelineProto version
  • Loading branch information
setiawanhu authored Oct 28, 2021
2 parents 014d352 + 53e3acb commit 6102dcb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -32,5 +32,8 @@
"Hu\\MadelineProto\\MadelineProtoServiceProvider"
]
}
},
"require-dev": {
"phabel/phabel": "^1.0"
}
}

0 comments on commit 6102dcb

Please sign in to comment.