Skip to content

Commit

Permalink
Merge pull request #10 from openeuropa/OPENEUROPA-632
Browse files Browse the repository at this point in the history
OPENEUROPA-632: Add minimum stability to drupal core.
  • Loading branch information
ademarco authored Jul 23, 2018
2 parents 19ee262 + b2b981c commit 51bdf61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prefer-stable": true,
"require": {
"php": "^7.1",
"drupal/core": "~8.6",
"drupal/core": "~8.6@alpha",
"openeuropa/pcas": "dev-master",
"php-http/guzzle6-adapter": "^1.1"
},
Expand All @@ -22,7 +22,7 @@
"nikic/php-parser": "~3",
"openeuropa/code-review": "^0.2",
"openeuropa/task-runner": "^0.7",
"webflo/drupal-core-require-dev": "~8.6"
"webflo/drupal-core-require-dev": "~8.6@alpha"
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
Expand Down

0 comments on commit 51bdf61

Please sign in to comment.