Skip to content

Commit e34552e

Browse files
committed
prepare release 2.0.0
1 parent fa52e85 commit e34552e

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Contributing
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
77
request, please follow the guidelines in the [Submitting a Patch][2] section
88
and use the [Pull Request Template][3].

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and licensed under the [MIT License](LICENSE).
1010

1111
The 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
1414
controller for redirection routes.
1515

1616

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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": {
@@ -25,8 +25,6 @@
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",

src/Resources/meta/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ RoutingBundle
22

33
The MIT License
44

5-
Copyright (c) 2011-2017 Symfony2 CMF
5+
Copyright (c) 2011-2017 Symfony CMF
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)