Skip to content

Commit

Permalink
Changed drupalextension version for Drupal 8 (#368)
Browse files Browse the repository at this point in the history
- `~3.0` conflicts with phpunit ^6.1
  • Loading branch information
subhojit777 authored and pfrenssen committed Apr 13, 2017
1 parent d127521 commit 0e12fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/_static/snippets/composer.json.d8
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"require": {
"drupal/drupal-extension": "~3.0",
"drupal/drupal-extension": "^3.2",
"guzzlehttp/guzzle" : "^6.0@dev"
},
},
"config": {
"bin-dir": "bin/"
}
Expand Down

0 comments on commit 0e12fba

Please sign in to comment.