Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolabelet committed Jul 17, 2020
1 parent 4aeca1e commit adcd224
Show file tree
Hide file tree
Showing 57 changed files with 4,566 additions and 724 deletions.
24 changes: 19 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@
"php": "^7.2.5",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"composer/package-versions-deprecated": "^1.8",
"doctrine/doctrine-bundle": "^2.1",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"doctrine/doctrine-migrations-bundle": "^2.0",
"doctrine/orm": "^2.7",
"fzaninotto/faker": "^1.9",
"knplabs/knp-paginator-bundle": "^5.2",
"knpuniversity/oauth2-client-bundle": "^2.1",
"league/oauth2-google": "^3.0",
"sensio/framework-extra-bundle": "^5.1",
"symfony/asset": "5.1.*",
"symfony/browser-kit": "5.1.*",
"symfony/console": "5.1.*",
"symfony/css-selector": "5.1.*",
"symfony/dotenv": "5.1.*",
"symfony/expression-language": "5.1.*",
"symfony/flex": "^1.3.1",
Expand All @@ -16,25 +28,27 @@
"symfony/http-client": "5.1.*",
"symfony/intl": "5.1.*",
"symfony/mailer": "5.1.*",
"symfony/maker-bundle": "^1.19",
"symfony/messenger": "5.1.*",
"symfony/mime": "5.1.*",
"symfony/monolog-bundle": "^3.1",
"symfony/notifier": "5.1.*",
"symfony/orm-pack": "*",
"symfony/process": "5.1.*",
"symfony/security-bundle": "5.1.*",
"symfony/serializer-pack": "*",
"symfony/string": "5.1.*",
"symfony/swiftmailer-bundle": "^3.4",
"symfony/translation": "5.1.*",
"symfony/twig-pack": "*",
"symfony/validator": "5.1.*",
"symfony/web-link": "5.1.*",
"symfony/yaml": "5.1.*"
"symfony/yaml": "5.1.*",
"twig/string-extra": "^3.0"
},
"require-dev": {
"symfony/debug-pack": "*",
"symfony/maker-bundle": "^1.0",
"symfony/profiler-pack": "*",
"symfony/test-pack": "*"
"symfony/phpunit-bridge": "^5.1",
"symfony/profiler-pack": "*"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit adcd224

Please sign in to comment.