Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Proposal implementation using the CodagRestFabricationBundle #40

Open
wants to merge 4 commits into
base: 2.3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function registerBundles()
new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(),
new Hautelook\TemplatedUriBundle\HautelookTemplatedUriBundle(),
new Bazinga\Bundle\RestExtraBundle\BazingaRestExtraBundle(),
new Codag\RestFabricationBundle\CodagRestFabricationBundle()
);

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"friendsofsymfony/http-cache-bundle": "~1.0",
"willdurand/hateoas-bundle": "1.0.*@dev",
"hautelook/templated-uri-bundle": "~2.0",
"willdurand/rest-extra-bundle": "~1.0"
"willdurand/rest-extra-bundle": "~1.0",
"codag/restfabrication-bundle": "dev-master"
},
"conflict": {
"symfony/routing": "2.4.1"
Expand Down
Loading