Skip to content

Commit 47ac17f

Browse files
committed
Events & listeners, Scheduling added
1 parent 4555c54 commit 47ac17f

39 files changed

+1111
-434
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ FANCY_LOGIN=false
210210
#Depending on your PHP Directory, e.g. "c:\php\extras\ssl\cacert.pem"
211211
WIN_CACERT_DIR=
212212

213+
QUEUE_CONNECTION=database
214+
213215
AWS_KEY='your-aws-access-key'
214216
AWS_SECRET='your-aws-secret-key'
215217
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)