File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
"symfony/monolog-bundle" : " ^2.1|3.*" ,
17
17
"doctrine/common" : " ^2.4" ,
18
18
"doctrine/doctrine-bundle" : " ^1.0" ,
19
- "doctrine/phpcr-odm" : " ^1.1.0-RC1 " ,
20
- "doctrine/phpcr-bundle" : " ^1.1.0-beta2 " ,
21
- "doctrine/data-fixtures" : " ^1.0.0-alpha3 " ,
19
+ "doctrine/phpcr-odm" : " ^1.1" ,
20
+ "doctrine/phpcr-bundle" : " ^1.1" ,
21
+ "doctrine/data-fixtures" : " ^1.0" ,
22
22
"jackalope/jackalope" : " ^1.1.5" ,
23
23
"jackalope/jackalope-doctrine-dbal" : " ^1.1.5" ,
24
- "friendsofsymfony/jsrouting-bundle" : " ^1.1@dev "
24
+ "friendsofsymfony/jsrouting-bundle" : " ^1.1"
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
Original file line number Diff line number Diff line change 20
20
*
21
21
* Very simple, referenceable document.
22
22
*
23
- * @deprecated This Document is deprecated as of 1.1 and will be removed in
23
+ * @deprecated This Document is deprecated as of 1.1 and will be removed in
24
24
* 2.0. Move the fixture to your own bundle instead.
25
25
*
26
26
* @PHPCRODM\Document(referenceable=true)
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public function purgeDatabase()
93
93
94
94
/**
95
95
* Loads fixture classes.
96
- *
96
+ *
97
97
* @param string[] $classNames
98
98
*/
99
99
public function loadFixtures (array $ classNames )
@@ -110,7 +110,7 @@ public function loadFixtures(array $classNames)
110
110
111
111
/**
112
112
* Loads a single fixture.
113
- *
113
+ *
114
114
* @param Loader $loader
115
115
* @param string $className
116
116
*/
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ public function registerBundles()
172
172
}
173
173
174
174
/**
175
- * Returns the KernelDir of the CHILD class,
175
+ * Returns the KernelDir of the CHILD class,
176
176
* i.e. the concrete implementation in the bundles
177
177
* src/ directory (or wherever).
178
178
*/
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public function startTest(\PHPUnit_Framework_Test $test)
75
75
$ purger = new Purger \PHPCRPurger ($ db ->getOm ());
76
76
break ;
77
77
78
- default ;
78
+ default :
79
79
80
80
return ;
81
81
}
You can’t perform that action at this time.
0 commit comments