Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ Drupal projects are normally not available from the default Composer package rep
"repositories": [
{
"type": "composer",
"url": "static.drupal-packagist.org/v0.2.0/"
"url": "http://packagist.drupal-composer.org"
}
]
```

This repository is generated using the [drupal-parse-composer project](https://github.com/winmillwill/drupal-parse-composer).
This repository is generated using the [drupal-parse-composer project](https://github.com/drupal-composer/drupal-parse-composer).


### Project options
Expand Down