Skip to content

Commit 22b07b8

Browse files
tarleppwilson
authored andcommitted
Support for Symfony 4 components (#131)
* Added support for Symfony 4
1 parent bca705e commit 22b07b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"padraic/phar-updater": "^1.0",
2525
"psr/log": "^1.0",
2626
"satooshi/php-coveralls": "^1.0",
27-
"symfony/console": "^2.0 || ^3.0"
27+
"symfony/console": "^2.0 || ^3.0 || ^4.0"
2828
},
2929
"require-dev": {
3030
"friendsofphp/php-cs-fixer": "^2.0.0",
@@ -56,7 +56,7 @@
5656
],
5757
"test": [
5858
"composer install --prefer-dist",
59-
"phpunit --configuration=phpunit.xml.dist"
59+
"./vendor/bin/phpunit --configuration=phpunit.xml.dist"
6060
]
6161
},
6262
"extra": {

0 commit comments

Comments
 (0)