Skip to content

Commit

Permalink
anis ypulli mara okhra
Browse files Browse the repository at this point in the history
  • Loading branch information
AnisFetoui committed Nov 27, 2023
2 parents 1c31c70 + fc4326c commit b4d1f6d
Show file tree
Hide file tree
Showing 39 changed files with 1,252 additions and 93 deletions.
6 changes: 5 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ MAILER_URL=null://localhost:465
MAILER_URL=gmail://anis.fetoui@esprit.tn:uomjgxvcysigrmmu@localhost
#MAILER_URL=smtp://localhost:465?encryption=ssl&auth_mode=login&username=anis.fetoui@esprit.tn&password=uomjgxvcysigrmmu

###< symfony/swiftmailer-bundle ###
###< symfony/swiftmailer-bundle ###
###> victor-prdh/recaptcha-bundle ###
GOOGLE_RECAPTCHA_SITE_KEY="6LfToh0pAAAAAJ-MhVLxWGvc2J00ETMYKQm7ouYS"
GOOGLE_RECAPTCHA_SECRET_KEY="6LfToh0pAAAAAPbXF-u6uF-MKGHmKGjUEMb7dCBD"
###< victor-prdh/recaptcha-bundle ###
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
"php": ">=7.2.5",
"ext-ctype": "*",
"ext-iconv": "*",
"bacon/bacon-qr-code": "^2.0",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.10",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.16",
"endroid/qr-code": "^5.0",
"endroid/qr-code-bundle": "^5.0",
"knplabs/knp-paginator-bundle": "^5.9",
"phpdocumentor/reflection-docblock": "^5.3",
"phpoffice/phpspreadsheet": "1.29.0",
Expand Down Expand Up @@ -44,14 +47,16 @@
"symfony/web-link": "5.4.*",
"symfony/yaml": "5.4.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
"twig/twig": "^2.12|^3.0",
"victor-prdh/recaptcha-bundle": "^1.7"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true
"symfony/runtime": true,
"endroid/installer": true
},
"optimize-autoloader": true,
"preferred-install": {
Expand Down
Loading

0 comments on commit b4d1f6d

Please sign in to comment.