@@ -7,8 +7,8 @@ seo-bundle:
7
7
minimum_stability : dev
8
8
docs_path : ' bundles/seo'
9
9
test_kernel : ' Symfony\Cmf\Bundle\SeoBundle\Tests\Fixtures\App\Kernel'
10
- deprecation_warnings : 0
11
- php : ['7.1']
10
+ deprecation_warnings : " /.*each.*/ "
11
+ php : ['7.1', '7.2' ]
12
12
make_tasks :
13
13
unit_tests : ~
14
14
functional_tests_phpcr : ~
@@ -26,8 +26,8 @@ core-bundle:
26
26
minimum_stability : dev
27
27
docs_path : ' bundles/core'
28
28
test_kernel : Symfony\Cmf\Bundle\CoreBundle\Tests\Fixtures\App\Kernel
29
- deprecation_warnings : 0
30
- php : ['7.1']
29
+ deprecation_warnings : " /.*each.*/ "
30
+ php : ['7.1', '7.2' ]
31
31
make_tasks :
32
32
unit_tests : ~
33
33
functional_tests_phpcr : ~
@@ -61,9 +61,9 @@ menu-bundle:
61
61
master :
62
62
minimum_stability : dev
63
63
docs_path : ' bundles/menu'
64
- deprecation_warnings : 0
64
+ deprecation_warnings : " /.*each.*/ "
65
65
test_kernel : Symfony\Cmf\Bundle\MenuBundle\Tests\Fixtures\App\Kernel
66
- php : ['7.1']
66
+ php : ['7.1', '7.2' ]
67
67
make_tasks :
68
68
unit_tests : ~
69
69
functional_tests_phpcr : ~
@@ -80,16 +80,16 @@ routing-bundle:
80
80
master :
81
81
minimum_stability : dev
82
82
docs_path : ' bundles/routing'
83
- deprecation_warnings : 0
83
+ deprecation_warnings : " /.*each.*/ "
84
84
test_kernel : Symfony\Cmf\Bundle\RoutingBundle\Tests\Fixtures\App\Kernel
85
- php : ['7.1']
85
+ php : ['7.1', '7.2' ]
86
86
make_tasks :
87
87
unit_tests : ~
88
88
functional_tests_phpcr : ~
89
89
functional_tests_orm : ~
90
90
test_installation : ~
91
91
versions :
92
- symfony : ['2.8.*', '3.3.*', '3.4.*', '4.0.*', '4.0.*' ]
92
+ symfony : ['2.8.*', '3.3.*', '3.4.*', '4.0.*']
93
93
routing :
94
94
description : |
95
95
The Symfony CMF Routing component extends the Symfony routing component with additional features:
@@ -108,8 +108,8 @@ routing:
108
108
master :
109
109
minimum_stability : dev
110
110
docs_path : ' components/routing'
111
- deprecation_warnings : 0
112
- php : ['7.1']
111
+ deprecation_warnings : " /.*each.*/ "
112
+ php : ['7.1', '7.2' ]
113
113
make_tasks :
114
114
unit_tests : ~
115
115
versions :
@@ -122,8 +122,8 @@ routing-auto:
122
122
master :
123
123
minimum_stability : dev
124
124
docs_path : ' components/routing'
125
- deprecation_warnings : 0
126
- php : ['7.1']
125
+ deprecation_warnings : " /.*each.*/ "
126
+ php : ['7.1', '7.2' ]
127
127
make_tasks :
128
128
unit_tests : ~
129
129
versions :
@@ -135,9 +135,9 @@ content-bundle:
135
135
master :
136
136
minimum_stability : dev
137
137
docs_path : ' bundles/routing'
138
- deprecation_warnings : 0
138
+ deprecation_warnings : " /.*each.*/ "
139
139
test_kernel : Symfony\Cmf\Bundle\ContentBundle\Tests\Fixtures\App\Kernel
140
- php : ['7.1']
140
+ php : ['7.1', '7.2' ]
141
141
make_tasks :
142
142
unit_tests : ~
143
143
functional_tests_phpcr : ~
@@ -152,8 +152,8 @@ routing-auto-bundle:
152
152
minimum_stability : dev
153
153
docs_path : ' bundles/routing-auto-bundle'
154
154
test_kernel : Symfony\Cmf\Bundle\RoutingAutoBundle\Tests\Fixtures\App\Kernel
155
- deprecation_warnings : 0
156
- php : ['7.1']
155
+ deprecation_warnings : " /.*each.*/ "
156
+ php : ['7.1', '7.2' ]
157
157
make_tasks :
158
158
unit_tests : ~
159
159
functional_tests_phpcr : ~
@@ -179,9 +179,9 @@ resource-rest-bundle:
179
179
master :
180
180
minimum_stability : dev
181
181
docs_path : ' bundles/resource-rest'
182
- deprecation_warnings : 0
182
+ deprecation_warnings : " /.*each.*/ "
183
183
test_kernel : Symfony\Cmf\Bundle\ResourceRestBundle\Tests\Fixtures\App\Kernel
184
- php : ['7.1']
184
+ php : ['7.1', '7.2' ]
185
185
make_tasks :
186
186
unit_tests : ~
187
187
test_installation : ~
@@ -211,9 +211,9 @@ resource-bundle:
211
211
master :
212
212
minimum_stability : dev
213
213
docs_path : ' bundles/resource-rest'
214
- deprecation_warnings : 0
214
+ deprecation_warnings : " /.*each.*/ "
215
215
test_kernel : Symfony\Cmf\Bundle\ResourceBundle\Tests\Fixtures\App\Kernel
216
- php : ['7.1']
216
+ php : ['7.1', '7.2' ]
217
217
make_tasks :
218
218
unit_tests : ~
219
219
functional_tests_phpcr : ~
@@ -249,8 +249,8 @@ resource:
249
249
master :
250
250
minimum_stability : dev
251
251
docs_path : ' components/resource'
252
- deprecation_warnings : 0
253
- php : ['7.1']
252
+ deprecation_warnings : " /.*each.*/ "
253
+ php : ['7.1', '7.2' ]
254
254
make_tasks :
255
255
unit_tests : ~
256
256
testing :
@@ -262,8 +262,8 @@ testing:
262
262
master :
263
263
minimum_stability : dev
264
264
docs_path : ' components/testing'
265
- deprecation_warnings : 0
266
- php : ['7.1']
265
+ deprecation_warnings : " /.*each.*/ "
266
+ php : ['7.1', '7.2' ]
267
267
make_tasks :
268
268
unit_tests : ~
269
269
versions :
@@ -278,8 +278,8 @@ tree-browser-bundle:
278
278
master :
279
279
minimum_stability : dev
280
280
docs_path : ' bundle/tree-browser-bundle'
281
- deprecation_warnings : 0
282
- php : ['7.1']
281
+ deprecation_warnings : " /.*each.*/ "
282
+ php : ['7.1', '7.2' ]
283
283
make_tasks :
284
284
unit_tests : ~
285
285
test_installation : ~
0 commit comments