File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11Contributing
22------------
33
4- Symfony2 CMF is an open source, community-driven project. We follow the same
5- guidelines as core Symfony2 . If you'd like to contribute, please read the
4+ Symfony CMF is an open source, community-driven project. We follow the same
5+ guidelines as core Symfony . If you'd like to contribute, please read the
66[ Contributing Code] [ 1 ] part of the documentation. If you're submitting a pull
77request, please follow the guidelines in the [ Submitting a Patch] [ 2 ] section
88and use the [ Pull Request Template] [ 3 ] .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and licensed under the [MIT License](LICENSE).
1010
1111The RoutingBundle enables the
1212[ CMF Routing component] ( https://github.com/symfony-cmf/Routing )
13- as a Symfony2 bundle. It provides route documents for Doctrine PHPCR-ODM and a
13+ as a Symfony bundle. It provides route documents for Doctrine PHPCR-ODM and a
1414controller for redirection routes.
1515
1616
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " ^5.6|^7.0" ,
16- "symfony-cmf/routing" : " ^1.4|^ 2.0" ,
16+ "symfony-cmf/routing" : " ^2.0" ,
1717 "symfony/framework-bundle" : " ^2.8|^3.0"
1818 },
1919 "require-dev" : {
2525 "doctrine/orm" : " ^2.5" ,
2626 "doctrine/data-fixtures" : " ^1.0.0"
2727 },
28- "minimum-stability" : " RC" ,
29- "prefer-stable" : true ,
3028 "suggest" : {
3129 "doctrine/phpcr-odm" : " To enable support for the PHPCR ODM documents (^1.4)" ,
3230 "doctrine/phpcr-bundle" : " To enable support for the PHPCR ODM documents" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ RoutingBundle
22
33The MIT License
44
5- Copyright (c) 2011-2017 Symfony2 CMF
5+ Copyright (c) 2011-2017 Symfony CMF
66
77Permission is hereby granted, free of charge, to any person obtaining a copy
88of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments