Skip to content

Commit

Permalink
Merge pull request #135 from symfony-cmf/phpcr_odm_1_3
Browse files Browse the repository at this point in the history
fix issues with PHP7 due to use of String annotation class, added testing of lower dependencies
  • Loading branch information
lsmith77 committed Jun 26, 2015
2 parents dde6f21 + ae17050 commit 9bc7a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Resources/Document/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Content
protected $name;

/**
* @PHPCRODM\String
* @PHPCRODM\Field(type="string")
*/
protected $title;

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"require-dev": {
"twig/twig": "~1.12,>=1.12.0",
"symfony-cmf/testing": "~1.2,>=1.2.6",
"symfony-cmf/testing": "~1.2,>=1.2.7",
"doctrine/phpcr-odm": "~1.3",
"doctrine/annotations": ">=1.1.2",
"jms/serializer-bundle": "~0.12",
"liip/imagine-bundle": "~1.0.4",
Expand Down

0 comments on commit 9bc7a5e

Please sign in to comment.