Skip to content

Commit

Permalink
updated composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansiewert committed Jan 12, 2021
1 parent 61f233a commit ec23e53
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 83 deletions.
17 changes: 7 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,29 @@
"ext-iconv": "*",
"ext-json": "*",
"antishov/doctrine-extensions-bundle": "^1.4",
"api-platform/api-pack": "^1.2",
"api-platform/api-pack": "^1.3",
"api-platform/core": "^2.5",
"doctrine/doctrine-migrations-bundle": "^2.2",
"lexik/jwt-authentication-bundle": "^2.10",
"symfony/console": "*",
"symfony/dotenv": "*",
"symfony/flex": "^1.9",
"symfony/flex": "^1.11",
"symfony/framework-bundle": "*",
"symfony/maker-bundle": "^1.20",
"symfony/monolog-bundle": "^3.5",
"symfony/maker-bundle": "^1.27",
"symfony/monolog-bundle": "^3.6",
"symfony/yaml": "*"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.3",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"dama/doctrine-test-bundle": "^6.5",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"pdepend/pdepend": "^2.8",
"phpmd/phpmd": "^2.8",
"phpmd/phpmd": "^2.9",
"squizlabs/php_codesniffer": "^3.5",
"symfony/browser-kit": "*",
"symfony/phpunit-bridge": "*",
"symfony/profiler-pack": "^1.0"
},
"config": {
"platform": {
"php": "7.2.5"
},
"preferred-install": {
"*": "dist"
},
Expand Down

0 comments on commit ec23e53

Please sign in to comment.