Skip to content

Commit 5d632c8

Browse files
committed
renamed package
1 parent ef9030b commit 5d632c8

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Version management package for Laravel.
1+
# Version management package for Laravel
22

3-
[![Version](https://poser.pugx.org/akaunting/version/v/stable.svg)](https://github.com/akaunting/version/releases)
4-
[![Downloads](https://poser.pugx.org/akaunting/version/d/total.svg)](https://github.com/akaunting/version)
3+
[![Downloads](https://poser.pugx.org/akaunting/laravel-version/d/total.svg)](https://github.com/akaunting/laravel-version)
54
[![StyleCI](https://styleci.io/repos/101269981/shield?style=flat&branch=master)](https://styleci.io/repos/101269981)
6-
[![Quality](https://scrutinizer-ci.com/g/akaunting/version/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/akaunting/version)
7-
[![License](https://poser.pugx.org/akaunting/version/license.svg)](LICENSE.md)
5+
[![Quality](https://scrutinizer-ci.com/g/akaunting/laravel-version/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/akaunting/laravel-version)
6+
[![License](https://poser.pugx.org/akaunting/laravel-version/license.svg)](LICENSE.md)
87

98
This is a [SemVer](http://semver.org) compatible version management package for any software built on Laravel.
109

@@ -15,7 +14,7 @@ This is a [SemVer](http://semver.org) compatible version management package for
1514
Run the following command:
1615

1716
```bash
18-
composer require akaunting/version
17+
composer require akaunting/laravel-version
1918
```
2019

2120
### 2. Register (for Laravel < 5.5)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "akaunting/version",
3-
"description": "Version management package for Laravel.",
2+
"name": "akaunting/laravel-version",
3+
"description": "Version management package for Laravel",
44
"keywords": [
55
"laravel",
66
"version"

0 commit comments

Comments
 (0)