Skip to content

Commit

Permalink
Merge pull request #12 from paullla/master
Browse files Browse the repository at this point in the history
Changed dependency form api-platform/api-pack to  api-platform/core
  • Loading branch information
paullla authored Aug 7, 2019
2 parents b4ddcee + 9f738a4 commit bfb33ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
],
"require": {
"php": "^7.1",
"api-platform/api-pack": "^1.1",
"symfony/translation": "^4.2"
"api-platform/core": "^2.1",
"doctrine/orm": "^2.4.5",
"doctrine/doctrine-bundle": "^1.6",
"symfony/translation": "^4.2",
"symfony/dependency-injection": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^7.3"
Expand Down

0 comments on commit bfb33ae

Please sign in to comment.