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

Commit 7f2a90a

Browse files
committed
Prepare 2.0.0-RC1
1 parent 02db271 commit 7f2a90a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
64
- 7.0
75
- hhvm
86

@@ -11,6 +9,7 @@ sudo: false
119
cache:
1210
directories:
1311
- $HOME/.composer/cache/files
12+
- .phpunit
1413

1514
env:
1615
matrix: SYMFONY_VERSION=3.2.*
@@ -20,7 +19,7 @@ matrix:
2019
include:
2120
- php: 7.1
2221
env: DEPS=dev SYMFONY_VERSION=3.3.*
23-
- php: 5.5
22+
- php: 5.6
2423
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
2524
- php: 7.1
2625
env: SYMFONY_VERSION=3.1.*

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
Changelog
22
=========
33

4+
2.0.0-RC1
5+
---------
6+
47
* Added Symfony 3 support
5-
* [BC BREAK] Removed all `*.class` parameters
8+
* [BC BREAK] Removed all `*.class` parameters.
69
* Convert non-managed intermediate nodes into AutoRoute documents #165
7-
* Support for multiple routes per document was added
10+
* Added support for multiple routes on the same document
11+
12+
1.1.0
13+
-----
14+
15+
Released.
816

917
1.0.0
1018
-----

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.5.6|^7.0",
13+
"php": "^5.6|^7.0",
1414
"symfony/framework-bundle": "^2.8|^3.0",
1515
"symfony/config": "^2.8|^3.0",
1616
"symfony-cmf/routing-auto": "^2.0@dev",
@@ -27,7 +27,7 @@
2727
"matthiasnoback/symfony-config-test": "^1.3.1",
2828
"doctrine/phpcr-odm": "^1.3|^2.0"
2929
},
30-
"minimum-stability": "dev",
30+
"minimum-stability": "RC",
3131
"prefer-stable": true,
3232
"suggest": {
3333
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",

0 commit comments

Comments
 (0)