Skip to content

Commit

Permalink
Add tests entities and base fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrouche Hamza committed Apr 12, 2018
1 parent f620640 commit 4201cc2
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 123 deletions.
15 changes: 13 additions & 2 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,23 @@
"require": {
"php": "^7.1.3",
"ext-iconv": "*",
"api-platform/api-pack": "^1.1",
"api-platform/core": "dev-master",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"doctrine/orm": "^2.4.5",
"guzzlehttp/guzzle": "^6.3",
"nelmio/cors-bundle": "^1.5",
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0",
"symfony/asset": "^3.0 || ^4.0",
"symfony/console": "^4.0",
"symfony/expression-language": "^3.0 || ^4.0",
"symfony/flex": "^1.0",
"symfony/framework-bundle": "^4.0",
"symfony/lts": "^4@dev",
"symfony/security-bundle": "^3.0 || ^4.0",
"symfony/twig-bundle": "^3.0 || ^4.0",
"symfony/validator": "^3.0 || ^4.0",
"symfony/yaml": "^4.0"
},
"require-dev": {
Expand Down Expand Up @@ -54,7 +65,7 @@
},
"extra": {
"symfony": {
"id": "",
"id": "01CAQYA1ZX5170QKSDB3JM7Z9M",
"allow-contrib": false
}
}
Expand Down
Loading

0 comments on commit 4201cc2

Please sign in to comment.