Skip to content

Commit

Permalink
Fixtures SemiComplete + Fix Routes front + Dockerfile + SecurityBack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Noblot committed Oct 15, 2021
1 parent 399909f commit c3f6a7b
Show file tree
Hide file tree
Showing 28 changed files with 1,027 additions and 473 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ APP_SECRET=82cd33be0c6d4685ea1d555d28bb0118
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
DATABASE_URL="mysql://root:root@127.0.0.1:3307/lemenu?serverVersion=5.7"
DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
#DATABASE_URL="mysql://root:root@127.0.0.1:3307/lemenu?serverVersion=5.7"
#DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8"
###< doctrine/doctrine-bundle ###
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Vous pourrez aussi les imprimer à volonté...
Pouvoir filtrer pour les allergenes, les regimes alimentaire et les envies precises.

## Inspirations
* [https://menuonline.fr/](https://menuonline.fr/ "Concurrent Direct") Concurrent Direct
* [foodcheri](https://www.foodcheri.com/ "Presentation pas mal pour les allergenes et les preferences alimentaire") Presentation pas mal pour les allergenes et les preferences alimentaire
* [https://menuonline.fr/](https://menuonline.fr/) Concurrent Direct
* [foodcheri](https://www.foodcheri.com/) Presentation pas mal pour les allergenes et les preferences alimentaire
* [kitchendiet](https://www.kitchendiet.fr/programme-minceur/plats-dietetiques-commander-a-la-carte.html) Grosse icones sympa
* [seazon](https://seazon.fr/menu)

Expand Down
26 changes: 14 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,29 @@
"php": ">=7.4",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"composer/package-versions-deprecated": "1.11.99.2",
"doctrine/annotations": "^1.0",
"doctrine/annotations": "^1.13",
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.9",
"doctrine/orm": "^2.10",
"easycorp/easyadmin-bundle": "^3.5",
"phpdocumentor/reflection-docblock": "^5.2",
"sensio/framework-extra-bundle": "^6.1",
"sensio/framework-extra-bundle": "^6.2",
"symfony/asset": "5.3.*",
"symfony/cache": "5.3.*",
"symfony/console": "5.3.*",
"symfony/dotenv": "5.3.*",
"symfony/expression-language": "5.3.*",
"symfony/flex": "^1.3.1",
"symfony/flex": "^1.16",
"symfony/form": "5.3.*",
"symfony/framework-bundle": "5.3.*",
"symfony/http-client": "5.3.*",
"symfony/intl": "5.3.*",
"symfony/mailer": "5.3.*",
"symfony/mime": "5.3.*",
"symfony/monolog-bundle": "^3.1",
"symfony/monolog-bundle": "^3.7",
"symfony/notifier": "5.3.*",
"symfony/polyfill-intl-messageformatter": "^1.23",
"symfony/process": "5.3.*",
Expand All @@ -48,26 +50,26 @@
"thecodingmachine/safe": "^1.3",
"twig/extra-bundle": "^3.3",
"twig/intl-extra": "^3.3",
"twig/twig": "^3.0"
"twig/twig": "^3.3"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4",
"phpstan/phpstan": "^0.12.93",
"phpstan/phpstan-strict-rules": "^0.12.10",
"phpstan/phpstan-symfony": "^0.12.41",
"phpstan/phpstan": "^0.12.99",
"phpstan/phpstan-strict-rules": "^0.12.11",
"phpstan/phpstan-symfony": "^0.12.44",
"phpunit/phpunit": "^9.5",
"psalm/plugin-symfony": "^2.4",
"psalm/plugin-symfony": "^2.5",
"squizlabs/php_codesniffer": "^3.6",
"symfony/browser-kit": "^5.3",
"symfony/css-selector": "^5.3",
"symfony/debug-bundle": "^5.3",
"symfony/maker-bundle": "^1.0",
"symfony/maker-bundle": "^1.34",
"symfony/phpunit-bridge": "^5.3",
"symfony/stopwatch": "^5.3",
"symfony/var-dumper": "^5.3",
"symfony/web-profiler-bundle": "^5.3",
"thecodingmachine/phpstan-safe-rule": "^1.0",
"vimeo/psalm": "^4.8"
"vimeo/psalm": "^4.10"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit c3f6a7b

Please sign in to comment.