Skip to content

Commit bec8af8

Browse files
committed
Events & listeners, Scheduling added
1 parent 2a720b8 commit bec8af8

39 files changed

+1111
-434
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ WIN_CACERT_DIR=
212212

213213
JS_EXCLUDE_DEPS=
214214

215+
QUEUE_CONNECTION=database
216+
215217
AWS_KEY='your-aws-access-key'
216218
AWS_SECRET='your-aws-secret-key'
217219
AWS_REGION=us-east-1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"henrique-borba/php-sieve-manager": "^1.0",
5656
"league/commonmark": "^2.4",
5757
"paragonie/random_compat": "^2.0.18",
58-
"php-di/php-di": "^7.0",
5958
"php": ">=8.1",
6059
"symfony/console": "^6.4",
60+
"symfony/dependency-injection": "*",
6161
"symfony/dotenv": "^4.3 || 5.4",
6262
"symfony/yaml": "~6.4.3",
6363
"thomaspark/bootswatch": "^5.3",

0 commit comments

Comments
 (0)