We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8322d0b commit a0faddeCopy full SHA for a0fadde
composer.json
@@ -23,15 +23,15 @@
23
],
24
"require": {
25
"php": ">=5.5.9",
26
- "illuminate/database": "5.*",
27
- "illuminate/support": "5.*",
28
- "longman/telegram-bot": "^0.53.0"
+ "illuminate/database": "5.*|6.*",
+ "illuminate/support": "5.*|6.*",
+ "longman/telegram-bot": "^0.60"
29
},
30
"require-dev": {
31
- "mockery/mockery": "0.9.*|~1.0",
32
- "phpunit/phpunit": "~4.8|~5.7|~6.3",
33
- "longman/php-code-style": "^1.0",
34
- "graham-campbell/testbench": "^3.4|^4.0"
+ "mockery/mockery": "~1.2",
+ "phpunit/phpunit": "~8.0",
+ "longman/php-code-style": "^3.0",
+ "graham-campbell/testbench": "^5.3"
35
36
"autoload": {
37
"psr-4": {
0 commit comments