Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from lemberg/drupal-8.4
Browse files Browse the repository at this point in the history
Add support of Drupal 8.4
  • Loading branch information
T2L authored Oct 11, 2017
2 parents 06d3040 + 76505e2 commit 8cbe81f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"lemberg/draft-environment": "^1.4"
"lemberg/draft-environment": "^2.0.1"
},
"require": {
"composer/installers": "^1.3",
"cweagans/composer-patches": "^1.6",
"drupal-composer/drupal-scaffold": "^2.3",
"lemberg/draft": "^1.2.1",
"symfony/filesystem": "~2.8",
"symfony/yaml": "~2.8",
"symfony/filesystem": "~2.8|~3.2",
"symfony/yaml": "~2.8|~3.2",
"wikimedia/composer-merge-plugin": "^1.4"
},
"repositories": [
Expand Down

0 comments on commit 8cbe81f

Please sign in to comment.