Skip to content

Commit

Permalink
update PropelBundle
Browse files Browse the repository at this point in the history
This version integrates the former Symfony Propel1 Bridge.

It also removes support for the Symfony Security Acl Component. The new PropelAclBundle has been created to integrate the Acl component.

Changelogs summary:

 - symfony/propel1-bridge removed (installed version was 2.7.x-dev)

 - propel/propel-bundle updated from 1.5.x-dev to 1.5.x-dev
   See changes: propelorm/PropelBundle@24c5104...dbbc9e5
  • Loading branch information
havvg committed Jan 23, 2016
1 parent 542fe42 commit 4bdf9a8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 69 deletions.
2 changes: 1 addition & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function registerBundles()
new Symfony\Bundle\TwigBundle\TwigBundle(),
new Symfony\Bundle\MonologBundle\MonologBundle(),
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
new Propel\PropelBundle\PropelBundle(),
new Propel\Bundle\PropelBundle\PropelBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new AppBundle\AppBundle(),
);
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"php": ">=5.3.9",
"symfony/symfony": "^2.8.2",
"propel/propel-bundle": "1.5.x@dev",
"symfony/propel1-bridge": "2.7.x@dev",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~5.0",
Expand Down
83 changes: 16 additions & 67 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bdf9a8

Please sign in to comment.