Skip to content

Commit 53f8ac6

Browse files
committed
Merge pull request #16 from mybuilder/symfony-2.7
Add symfony 2.7 support
2 parents 84860f5 + 94ee1d8 commit 53f8ac6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ env:
1313
- SYMFONY_VERSION=2.4.*
1414
- SYMFONY_VERSION=2.5.*
1515
- SYMFONY_VERSION=2.6.*
16+
- SYMFONY_VERSION=2.7.*
1617

1718
before_script:
18-
- composer require --prefer-source --dev symfony/process:${SYMFONY_VERSION}
19+
- composer require symfony/process:${SYMFONY_VERSION}
1920

2021
script: bin/phpunit

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
],
1919
"require": {
2020
"php": ">=5.3.3",
21-
"symfony/process": ">=2.2,<2.7"
21+
"symfony/process": "~2.2"
2222
},
2323
"suggest": {
2424
"symfony/filesystem": "Allows using Symfony Filesystem"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "4.6.*",
27+
"phpunit/phpunit": "4.6",
2828
"mockery/mockery": "~0.9"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)