Skip to content

Commit a0fadde

Browse files
committed
Update dependencies
1 parent 8322d0b commit a0fadde

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
],
2424
"require": {
2525
"php": ">=5.5.9",
26-
"illuminate/database": "5.*",
27-
"illuminate/support": "5.*",
28-
"longman/telegram-bot": "^0.53.0"
26+
"illuminate/database": "5.*|6.*",
27+
"illuminate/support": "5.*|6.*",
28+
"longman/telegram-bot": "^0.60"
2929
},
3030
"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"
31+
"mockery/mockery": "~1.2",
32+
"phpunit/phpunit": "~8.0",
33+
"longman/php-code-style": "^3.0",
34+
"graham-campbell/testbench": "^5.3"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)