Skip to content

Commit

Permalink
Merge pull request #553 from jhedstrom/552-remove-event-dispatcher
Browse files Browse the repository at this point in the history
Remove requirement for specific event dispatcher.

Signed-off-by: Jonathan Hedstrom <jhedstrom@gmail.com>
  • Loading branch information
jhedstrom committed Oct 8, 2019
1 parent a689ce6 commit b3fc683
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand All @@ -11,23 +10,9 @@ env:
- PATH=$PATH:/home/travis/.config/composer/vendor/bin
- TRAVIS_NODE_VERSION="4.0.0"
matrix:
- DRUPAL_VERSION=6
- DRUPAL_VERSION=7
- DRUPAL_VERSION=8

matrix:
exclude:
- php: 5.6
env: DRUPAL_VERSION=6
- php: 5.6
env: DRUPAL_VERSION=8
- php: 7.0
env: DRUPAL_VERSION=6
- php: 7.1
env: DRUPAL_VERSION=6
- php: 7.2
env: DRUPAL_VERSION=6

# Enable Travis containers.
sudo: false

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"drupal/drupal-driver": "^2.0.0",
"symfony/browser-kit": "^3.4",
"symfony/dependency-injection": "~3.0",
"symfony/event-dispatcher": "~3.0",
"symfony/translation": "^3.4"
},
"require-dev": {
Expand Down

0 comments on commit b3fc683

Please sign in to comment.