Skip to content

Commit

Permalink
✨ Add Daily Flow generation task
Browse files Browse the repository at this point in the history
  • Loading branch information
matyo91 committed Oct 26, 2024
1 parent 91b6256 commit 535a931
Show file tree
Hide file tree
Showing 12 changed files with 876 additions and 401 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
###> symfony/mailer ###
# MAILER_DSN=null://null
###< symfony/mailer ###

TWITTER_DSN=twitter://API_KEY:API_SECRET:ACCESS_TOKEN:ACCESS_SECRET@default
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"doctrine/doctrine-bundle": "^2.12",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.2",
"dragonmantank/cron-expression": "^3.4",
"imagine/imagine": "^1.3",
"php-etl/pipeline": "^0.6.1",
"phpdocumentor/reflection-docblock": "^5.4",
Expand Down Expand Up @@ -49,12 +50,14 @@
"symfony/property-access": "7.1.*",
"symfony/property-info": "7.1.*",
"symfony/runtime": "7.1.*",
"symfony/scheduler": "7.1.*",
"symfony/security-bundle": "7.1.*",
"symfony/serializer": "7.1.*",
"symfony/stimulus-bundle": "^2.19",
"symfony/string": "7.1.*",
"symfony/translation": "7.1.*",
"symfony/twig-bundle": "7.1.*",
"symfony/twitter-notifier": "7.1.*",
"symfony/ux-icons": "^2.19",
"symfony/ux-live-component": "^2.19",
"symfony/ux-turbo": "^2.19",
Expand Down
Loading

0 comments on commit 535a931

Please sign in to comment.