Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeta committed Dec 30, 2020
1 parent 0047c64 commit 4792c21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dist: trusty

# Versions of PHP you want your project run with.
php:
- 5.4
- 5.5
- 5.6
- 7.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/gabeta/lara-pnn.svg?branch=main)](https://travis-ci.org/gabeta/lara-pnn)

# Lara-pnn
Lara-pnn is a laravel package which allows you to format your phone number
in the new Ivorian format (change from 8 digits to 10 digits).
Expand Down Expand Up @@ -118,5 +120,3 @@ You also have a command that allows you to rollback
```shell
php artisan larapnn:rollback YouModelNamepace\\YourModel
```

#### Others usage: LaraPnn methods
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^5.4|^5.5|^5.6|^7.0|^7.1|^7.2|^7.3|^7.4",
"php": "^5.5|^5.6|^7.0|^7.1|^7.2|^7.3|^7.4",
"gabeta/gsm-detector": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 4792c21

Please sign in to comment.