Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiriksm/semver-to-drupal-tag
Convert a semver (as used for composer) to a Drupal tag
https://github.com/eiriksm/semver-to-drupal-tag
composer drupal php
Last synced: about 2 months ago
JSON representation
Convert a semver (as used for composer) to a Drupal tag
- Host: GitHub
- URL: https://github.com/eiriksm/semver-to-drupal-tag
- Owner: eiriksm
- Created: 2017-07-23T11:21:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T12:32:47.000Z (over 7 years ago)
- Last Synced: 2024-10-12T01:46:34.760Z (3 months ago)
- Topics: composer, drupal, php
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# semver-to-drupal-tag
[![Build Status](https://travis-ci.org/eiriksm/semver-to-drupal-tag.svg?branch=master)](https://travis-ci.org/eiriksm/semver-to-drupal-tag)
[![Coverage Status](https://coveralls.io/repos/github/eiriksm/semver-to-drupal-tag/badge.svg?branch=master)](https://coveralls.io/github/eiriksm/semver-to-drupal-tag?branch=master)## What is it?
A super small library to convert semver versions to Drupal git tags.
## Why is it?
On [Violinist.io](https://violinist.io), the continuous automatic composer updater, we retrieve the changelog between versions when we create pull requests to your projects. So to retrieve these based on your composer files, we need to convert between these formats.
## Installation
```
composer require semver-to-drupal
```## Usage
```php