Skip to content

Commit

Permalink
Add support for Drupal 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen committed Apr 7, 2016
1 parent 9aec37b commit 14cc437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"behat/behat": "~3.1.0-rc2",
"behat/mink-extension": "~2.0",
"drupal/drupal-driver": "dev-master",
"symfony/dependency-injection": "2.7.*",
"symfony/event-dispatcher": "2.7.*"
"symfony/dependency-injection": "~2.7",
"symfony/event-dispatcher": "~2.7"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
Expand Down
4 changes: 2 additions & 2 deletions doc/_static/composer.json.d8
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"behat/mink-extension": "~2.0",
"drupal/drupal-driver": "dev-master",
"guzzlehttp/guzzle" : "^6.0@dev",
"symfony/dependency-injection": "2.8.2",
"symfony/event-dispatcher": "2.8.2"
"symfony/dependency-injection": "~2.8.2",
"symfony/event-dispatcher": "~2.8.2"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
Expand Down

0 comments on commit 14cc437

Please sign in to comment.