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

Commit e233b84

Browse files
committed
2.3+ compatibility
1 parent 41742cb commit e233b84

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
- SYMFONY_VERSION=2.1.*
99
- SYMFONY_VERSION=2.2.*
1010
- SYMFONY_VERSION=2.3.*
11+
- SYMFONY_VERSION=dev-master
1112

1213
before_script:
1314
- ./Tests/Functional/init_travis.sh

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"aferrandini/urlizer": "dev-master"
1717
},
1818
"require-dev": {
19-
"symfony/class-loader": ">=2.1,<2.3-dev",
19+
"symfony/class-loader": "~2.1",
2020
"doctrine/doctrine-bundle": "1.*",
21-
"symfony/yaml": ">=2.1,<2.3-dev",
22-
"symfony/form": ">=2.1,<2.3-dev",
23-
"symfony/finder": ">=2.1,<2.3-dev",
21+
"symfony/yaml": "~2.1",
22+
"symfony/form": "~2.1",
23+
"symfony/finder": "~2.1",
2424
"doctrine/phpcr-odm": "1.0.*",
2525
"doctrine/phpcr-bundle": "1.0.*",
2626
"jackalope/jackalope-doctrine-dbal": "1.0.*",
27-
"doctrine/common": "2.3.x-dev"
27+
"doctrine/common": "~2.4.0"
2828
},
2929
"suggest": {
3030
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents"

0 commit comments

Comments
 (0)