Skip to content

Commit

Permalink
Merge pull request #16 from kea/remove-cmf-create-1.0
Browse files Browse the repository at this point in the history
Remove unused CmfCreateBundle
  • Loading branch information
mmenozzi committed Jan 15, 2016
2 parents c43d046 + e212a92 commit d1f1114
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Resources/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
_cmf_create:
resource: "@CmfCreateBundle/Resources/config/routing/rest.xml"

admin:
resource: '@SonataAdminBundle/Resources/config/routing/sonata_admin.xml'
prefix: /admin
Expand Down
1 change: 0 additions & 1 deletion Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ Now you have to add Symfony CMF bundles and `PUGXCmfPageBundle` to your `AppKern
new Symfony\Cmf\Bundle\MenuBundle\CmfMenuBundle(),
new Knp\Bundle\MenuBundle\KnpMenuBundle(),
new Symfony\Cmf\Bundle\CreateBundle\CmfCreateBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle(),
Expand Down
1 change: 0 additions & 1 deletion Tests/Resources/app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ protected function configure()
new Symfony\Cmf\Bundle\MenuBundle\CmfMenuBundle(),
new Knp\Bundle\MenuBundle\KnpMenuBundle(),

new Symfony\Cmf\Bundle\CreateBundle\CmfCreateBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle(),
new Ivory\CKEditorBundle\IvoryCKEditorBundle(),
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"symfony-cmf/block-bundle": "1.2.*",
"symfony-cmf/routing-bundle": "1.3.*",
"symfony-cmf/media-bundle": "1.2.*",
"symfony-cmf/create-bundle": "1.2.*",
"symfony-cmf/seo-bundle": "^1.1",
"jackalope/jackalope-doctrine-dbal": "1.1.*",
"symfony-cmf/routing-auto-bundle": "~1.0",
"sonata-project/doctrine-phpcr-admin-bundle": "~1.2",
"egeloen/ckeditor-bundle": "^3.0",
"jms/serializer-bundle": "^1.1"
"jms/serializer-bundle": "^1.1",
"friendsofsymfony/rest-bundle": "^1.0"
},
"autoload": {
"psr-4": {"PUGX\\Cmf\\PageBundle\\": ""}
Expand Down

0 comments on commit d1f1114

Please sign in to comment.