Skip to content

Commit

Permalink
Merge pull request #476 from jhedstrom/475-sync-dependency-injection
Browse files Browse the repository at this point in the history
Update pinned dependency injection version for latest Drupal.
  • Loading branch information
jhedstrom authored Mar 16, 2018
2 parents 3def21b + 06a5812 commit 79bb0ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install:
# @see https://github.com/jhedstrom/drupalextension/issues/413
# @todo Re-enable behat drush endpoint testing.
# @see https://github.com/jhedstrom/drupalextension/issues/458
- test ${DRUPAL_VERSION} -ne 8 || composer require --prefer-source drush/drush:~9.0 symfony/dependency-injection:3.2.8
- test ${DRUPAL_VERSION} -ne 8 || composer require --prefer-source drush/drush:~9.0 symfony/dependency-injection:3.4.4
- composer install
# Install drush globally.
- (test ${DRUPAL_VERSION} -ne 8 && composer global require drush/drush:~8.0) || composer global require drush/drush:~9.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"behat/mink-goutte-driver": "~1.0",
"behat/mink-selenium2-driver": "~1.1",
"drupal/drupal-driver": "^1.3.2",
"symfony/dependency-injection": "~2.7|~3.0",
"symfony/event-dispatcher": "~2.7|~3.0"
"symfony/dependency-injection": "~3.0",
"symfony/event-dispatcher": "~3.0"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
Expand Down

0 comments on commit 79bb0ae

Please sign in to comment.