Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Use packages.drupal.org composer repository in example
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jun 6, 2016
1 parent 80d3ae5 commit 7049d4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example.drupal.composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"repositories": [
{
"type": "composer",
"url": "https://packagist.drupal-composer.org"
"url": "https://packages.drupal.org/8"
}
],
"require": {
Expand All @@ -21,6 +21,9 @@
"drupal/core": "~8.0",
"drupal/devel": "8.*"
},
"replace": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand Down

0 comments on commit 7049d4e

Please sign in to comment.