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 Jan 21, 2017
1 parent 02db271 commit 7f2a90a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- hhvm

Expand All @@ -11,6 +9,7 @@ sudo: false
cache:
directories:
- $HOME/.composer/cache/files
- .phpunit

env:
matrix: SYMFONY_VERSION=3.2.*
Expand All @@ -20,7 +19,7 @@ matrix:
include:
- php: 7.1
env: DEPS=dev SYMFONY_VERSION=3.3.*
- php: 5.5
- php: 5.6
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.1
env: SYMFONY_VERSION=3.1.*
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changelog
=========

2.0.0-RC1
---------

* Added Symfony 3 support
* [BC BREAK] Removed all `*.class` parameters
* [BC BREAK] Removed all `*.class` parameters.
* Convert non-managed intermediate nodes into AutoRoute documents #165
* Support for multiple routes per document was added
* Added support for multiple routes on the same document

1.1.0
-----

Released.

1.0.0
-----
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^5.5.6|^7.0",
"php": "^5.6|^7.0",
"symfony/framework-bundle": "^2.8|^3.0",
"symfony/config": "^2.8|^3.0",
"symfony-cmf/routing-auto": "^2.0@dev",
Expand All @@ -27,7 +27,7 @@
"matthiasnoback/symfony-config-test": "^1.3.1",
"doctrine/phpcr-odm": "^1.3|^2.0"
},
"minimum-stability": "dev",
"minimum-stability": "RC",
"prefer-stable": true,
"suggest": {
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
Expand Down

0 comments on commit 7f2a90a

Please sign in to comment.