Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
fix 2.7 deprecation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Jun 15, 2015
1 parent b0fe4e7 commit aea3495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Resources/config/config.yml
Expand Up @@ -27,8 +27,7 @@ services:

liip_hello.article.repository:
class: Doctrine\ODM\PHPCR\DocumentRepository
factory_service: doctrine_phpcr.odm.document_manager
factory_method: getRepository
factory: [@doctrine_phpcr.odm.document_manager, "getRepository"]
arguments:
document_class_name: Liip\HelloBundle\Document\Article

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.3",
"doctrine/phpcr-bundle": "~1.0",
"symfony/framework-bundle": "~2.7",
"doctrine/phpcr-bundle": "~1.3@dev",
"doctrine/phpcr-odm": "~1.0",
"liip/hyphenator-bundle": "~1.0",
"liip/theme-bundle": "~1.0",
Expand All @@ -28,8 +28,8 @@
"liip/url-auto-converter-bundle": "~1.0",
"nelmio/api-doc-bundle": "~2.3",
"jms/serializer-bundle": "~0.13",
"friendsofsymfony/rest-bundle": "~1.0",
"friendsofsymfony/user-bundle": "~1.3"
"friendsofsymfony/rest-bundle": "~1.7",
"friendsofsymfony/user-bundle": "~2.0@dev"
},
"autoload": {
"psr-4": { "Liip\\HelloBundle\\": "" }
Expand Down

0 comments on commit aea3495

Please sign in to comment.