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 1
1
Contributing
2
2
------------
3
3
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
6
6
[ Contributing Code] [ 1 ] part of the documentation. If you're submitting a pull
7
7
request, please follow the guidelines in the [ Submitting a Patch] [ 2 ] section
8
8
and 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).
10
10
11
11
The RoutingBundle enables the
12
12
[ 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
14
14
controller for redirection routes.
15
15
16
16
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " ^5.6|^7.0" ,
16
- "symfony-cmf/routing" : " ^1.4|^ 2.0" ,
16
+ "symfony-cmf/routing" : " ^2.0" ,
17
17
"symfony/framework-bundle" : " ^2.8|^3.0"
18
18
},
19
19
"require-dev" : {
25
25
"doctrine/orm" : " ^2.5" ,
26
26
"doctrine/data-fixtures" : " ^1.0.0"
27
27
},
28
- "minimum-stability" : " RC" ,
29
- "prefer-stable" : true ,
30
28
"suggest" : {
31
29
"doctrine/phpcr-odm" : " To enable support for the PHPCR ODM documents (^1.4)" ,
32
30
"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
2
2
3
3
The MIT License
4
4
5
- Copyright (c) 2011-2017 Symfony2 CMF
5
+ Copyright (c) 2011-2017 Symfony CMF
6
6
7
7
Permission is hereby granted, free of charge, to any person obtaining a copy
8
8
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments