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

Commit 51ecf00

Browse files
committed
2.3+ compatibility
1 parent 0438594 commit 51ecf00

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ php:
77
env:
88
- SYMFONY_VERSION=2.1.*
99
- SYMFONY_VERSION=2.2.*
10+
- SYMFONY_VERSION=2.3.*
11+
- SYMFONY_VERSION=dev-master
1012

1113
before_script:
1214
- composer require symfony/routing:${SYMFONY_VERSION} --no-update

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"friendsofsymfony/jsrouting-bundle": "dev-master"
1919
},
2020
"require-dev": {
21-
"symfony/class-loader": ">=2.1,<2.3-dev",
22-
"symfony/browser-kit": ">=2.1,<2.3-dev",
21+
"symfony/class-loader": "~2.1",
22+
"symfony/browser-kit": "~2.1",
2323
"doctrine/doctrine-bundle": "1.*",
24-
"symfony/yaml": ">=2.1,<2.3-dev",
25-
"symfony/finder": ">=2.1,<2.3-dev",
24+
"symfony/yaml": "~2.1",
25+
"symfony/finder": "~2.1",
2626
"jackalope/jackalope-doctrine-dbal": "1.0.*",
2727
"doctrine/phpcr-odm": "1.0.*",
2828
"doctrine/phpcr-bundle": "1.0.*"

0 commit comments

Comments
 (0)