Skip to content

Commit 26535ea

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: fixed CS removed suggestion [PropertyAccess] Fixed PropertyPathBuilder remove that fails to reset internal indexes bumped Symfony version to 3.4.24 updated VERSION for 3.4.23 update CONTRIBUTORS for 3.4.23 updated CHANGELOG for 3.4.23 [Routing][ServiceRouterLoader] Remove an outdated comment
2 parents ff03eae + aebec52 commit 26535ea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Loader/DependencyInjection/ServiceRouterLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
/**
1818
* A route loader that executes a service to load the routes.
1919
*
20-
* This depends on the DependencyInjection component.
21-
*
2220
* @author Ryan Weaver <[email protected]>
2321
*/
2422
class ServiceRouterLoader extends ObjectRouteLoader

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"symfony/config": "For using the all-in-one router or any loader",
3838
"symfony/yaml": "For using the YAML loader",
3939
"symfony/expression-language": "For using expression matching",
40-
"doctrine/annotations": "For using the annotation loader",
41-
"symfony/dependency-injection": "For loading routes from a service"
40+
"doctrine/annotations": "For using the annotation loader"
4241
},
4342
"autoload": {
4443
"psr-4": { "Symfony\\Component\\Routing\\": "" },

0 commit comments

Comments
 (0)