Skip to content

Commit

Permalink
fixed version, moved to phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
liuggio committed Apr 20, 2015
1 parent 818ddba commit 335af8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"predis/predis": "0.8.*",
"snc/redis-bundle": "~1.1",
"guzzle/plugin-cache": "*",
"badges/poser": "dev-master"
"badges/poser": "v1.1"
},
"require-dev": {
"guzzle/plugin-mock": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/PUGX/BadgeBundle/Controller/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class PageController extends ContainerAware
/**
* @Route("/",
* name = "pugx_page_home",
* defaults = {"repository" = "leaphly/cart-bundle"}
* defaults = {"repository" = "phpunit/phpunit"}
* )
*
* @Route("/show/{repository}",
Expand Down

0 comments on commit 335af8f

Please sign in to comment.