Skip to content

Commit

Permalink
Stick to the same version as Drupal core uses for now.
Browse files Browse the repository at this point in the history
There are some compatibility problems between Symfony 2.8.2 and higher.

See https://www.drupal.org/node/2702677.

This partially reverts 14cc437.
  • Loading branch information
pfrenssen committed Apr 8, 2016
1 parent 14cc437 commit 7aebed7
Showing 1 changed file with 2 additions and 2 deletions.
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 7aebed7

Please sign in to comment.