Skip to content

Commit

Permalink
chore: update deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bautrukevich committed Apr 22, 2024
1 parent cbdd722 commit 317ec5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"packages/telegram/src"
],
"A50\\Templates\\": [
"packages/templates/src",
"packages/templates-twig/src"
"packages/templates-twig/src",
"packages/templates/src"
],
"A50\\Uuid\\": [
"packages/uuid/src"
Expand Down Expand Up @@ -141,8 +141,8 @@
"A50\\Seeder\\Tests\\": "packages/seeder/tests",
"A50\\Telegram\\Tests\\": "packages/telegram/tests",
"A50\\Templates\\Tests\\": [
"packages/templates/tests",
"packages/templates-twig/tests"
"packages/templates-twig/tests",
"packages/templates/tests"
],
"Tests\\A50\\Uuid\\": [
"packages/uuid/tests"
Expand Down
2 changes: 1 addition & 1 deletion packages/telegram/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.1",
"telegram-bot/api": "^2.4",
"a50/console": "^1.1",
"a50/console": "dev-main",
"a50/container": "dev-main",
"a50/http": "dev-main"
},
Expand Down

0 comments on commit 317ec5e

Please sign in to comment.