Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Apr 1, 2014
1 parent c849db4 commit f181773
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 54 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"minimum-stability": "dev",
"require": {
"symfony-cmf/routing-bundle": "dev-cleanup-routing as 1.2.0",

This comment has been minimized.

Copy link
@ElectricMaxxx

ElectricMaxxx Apr 1, 2014

Member

does that work?
Got an exception without it:

Argument 2 passed to Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\RouteProvider::__construct() must implement interface Symfony\Cmf\Component\Routing\Candidates\CandidatesInterface, null given, called in /home/maximilian/websites/Cmf/cmf-sandbox/app/cache/dev/appDevDebugProjectContainer.php on line 2752 and defined in /home/maximilian/websites/Cmf/cmf-sandbox/vendor/symfony-cmf/routing-bundle/Symfony/Cmf/Bundle/RoutingBundle/Doctrine/Phpcr/RouteProvider.php on line 47

This comment has been minimized.

Copy link
@lsmith77

lsmith77 Apr 1, 2014

Author Member

works for me .. did you update the cmf routing component as well?

This comment has been minimized.

Copy link
@ElectricMaxxx

ElectricMaxxx Apr 1, 2014

Member

got the same issue with that line. Will rebase, when you merge that.

"php": ">=5.3.3",
"symfony/symfony": "2.3.*",
"twig/extensions": "~1.0",
Expand Down
96 changes: 43 additions & 53 deletions composer.lock

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

1 comment on commit f181773

@ElectricMaxxx
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But you can have a try (the thing i wanted to test): the jquery stuff should work now, means the tree-browser, the tabs in edit view ... JqueryBundle is updated/fixed.

Please sign in to comment.