Skip to content

Commit ac9f606

Browse files
committed
Remove dev requirement for "symfony/translation"
1 parent d2e9b28 commit ac9f606

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cache:
3737

3838
before_install:
3939
- rm -rf composer.lock vendor/
40-
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" "symfony/translation:${SYMFONY_VERSION}" --no-update; fi;
40+
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" --no-update; fi;
4141

4242
install: COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
4343

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"symfony/workflow": "^3.2|^4.0|^5.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^5.0",
34-
"symfony/translation": "^3.4|^4.0|^5.0"
33+
"phpunit/phpunit": "^5.0"
3534
},
3635
"minimum-stability": "stable",
3736
"extra": {

0 commit comments

Comments
 (0)