Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Prepare 2.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Feb 1, 2017
1 parent 49889dc commit 1aec329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Symfony CMF project makes it easier for **developers** to add **CMS function

## Requirements

* Symfony 2.3+
* Symfony 2.8+
* See also the `require` section of [composer.json](composer.json)


Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"php": "^5.5.9|^7.0",
"symfony/framework-bundle": "^2.7|^3.0",
"php": "^5.6|^7.0",
"symfony/framework-bundle": "^2.8|^3.0",
"doctrine/phpcr-bundle": "^1.3",
"doctrine/phpcr-odm": "^1.4",
"symfony-cmf/core-bundle": "2.0.*",
Expand All @@ -23,13 +23,12 @@
"require-dev": {
"jackalope/jackalope-jackrabbit": "1.*"
},
"minimum-stability": "dev",
"minimum-stability": "RC",
"prefer-stable": true,
"suggest": {
"jackalope/jackalope-jackrabbit": "1.* as PHPCR implementation required by PHPCR-ODM",
"jackalope/jackalope-doctrine-dbal": "1.* as PHPCR implementation required by PHPCR-ODM",
"symfony-cmf/seo-bundle": "2.0.* for search engine optimization",
"symfony-cmf/create-bundle": "1.3.* for frontend editing",
"symfony-cmf/tree-browser-bundle": "2.0.* to support tree navigation in admins",
"symfony-cmf/routing-auto-bundle": "2.0.* to automatically generate routes on certain events",
"sonata-project/doctrine-phpcr-admin-bundle": "2.0.* for backend admin"
Expand Down

0 comments on commit 1aec329

Please sign in to comment.