Skip to content

Commit

Permalink
renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 5, 2021
1 parent 75f6d0d commit 38e3af8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Currency formatting and conversion package for Laravel.
# Currency formatting and conversion package for Laravel

[![Release](https://img.shields.io/packagist/v/akaunting/money?label=release)](https://github.com/akaunting/money/releases)
![Downloads](https://img.shields.io/packagist/dt/akaunting/money)
![Tests](https://img.shields.io/github/workflow/status/akaunting/money/Tests?label=tests)
![Downloads](https://img.shields.io/packagist/dt/akaunting/laravel-money)
![Tests](https://img.shields.io/github/workflow/status/akaunting/laravel-money/Tests?label=tests)
[![StyleCI](https://github.styleci.io/repos/112121508/shield?style=flat&branch=master)](https://styleci.io/repos/112121508)
[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/money?label=quality)](https://scrutinizer-ci.com/g/akaunting/money)
[![License](https://img.shields.io/github/license/akaunting/money)](LICENSE.md)
[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/laravel-money?label=quality)](https://scrutinizer-ci.com/g/akaunting/laravel-money)
[![License](https://img.shields.io/github/license/akaunting/laravel-money)](LICENSE.md)

This package intends to provide tools for formatting and conversion monetary values in an easy, yet powerful way for Laravel projects.

Expand All @@ -20,7 +19,7 @@ Because `moneyphp` uses the `intl` extension for number formatting. `intl` exten
Run the following command:

```bash
composer require akaunting/money
composer require akaunting/laravel-money
```

### 2. Register (for Laravel < 5.5)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"akaunting/money",
"description":"Currency formatting and conversion package for Laravel.",
"name":"akaunting/laravel-money",
"description":"Currency formatting and conversion package for Laravel",
"keywords":[
"laravel",
"money",
Expand Down

0 comments on commit 38e3af8

Please sign in to comment.