File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ matrix:
34
34
env : SYMFONY_VERSION=2.8.*
35
35
- php : 5.6
36
36
env : SYMFONY_VERSION=3.0.*@dev
37
- - php : nightly
38
37
39
38
before_install :
40
39
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class Content
34
34
private $ name ;
35
35
36
36
/**
37
- * @PHPCRODM\String
37
+ * @PHPCRODM\Field(type="string")
38
38
*/
39
39
private $ title ;
40
40
Original file line number Diff line number Diff line change 20
20
},
21
21
"require-dev" : {
22
22
"symfony-cmf/core-bundle" : " ~1.1" ,
23
- "symfony-cmf/testing" : " ~1.2,>=1.2.6 " ,
23
+ "symfony-cmf/testing" : " dev-phpcr_odm_1_3 as 1.3.0 " ,
24
24
"matthiasnoback/symfony-dependency-injection-test" : " ~0.6" ,
25
25
"matthiasnoback/symfony-config-test" : " 0.*" ,
26
26
"phpunit/php-code-coverage" : " @stable" ,
You can’t perform that action at this time.
0 commit comments