We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84860f5 + 94ee1d8 commit 53f8ac6Copy full SHA for 53f8ac6
.travis.yml
@@ -13,8 +13,9 @@ env:
13
- SYMFONY_VERSION=2.4.*
14
- SYMFONY_VERSION=2.5.*
15
- SYMFONY_VERSION=2.6.*
16
+ - SYMFONY_VERSION=2.7.*
17
18
before_script:
- - composer require --prefer-source --dev symfony/process:${SYMFONY_VERSION}
19
+ - composer require symfony/process:${SYMFONY_VERSION}
20
21
script: bin/phpunit
composer.json
@@ -18,13 +18,13 @@
],
"require": {
"php": ">=5.3.3",
- "symfony/process": ">=2.2,<2.7"
+ "symfony/process": "~2.2"
22
},
23
"suggest": {
24
"symfony/filesystem": "Allows using Symfony Filesystem"
25
26
"require-dev": {
27
- "phpunit/phpunit": "4.6.*",
+ "phpunit/phpunit": "4.6",
28
"mockery/mockery": "~0.9"
29
30
"autoload": {
0 commit comments