Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bhavinjr/eazypay
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavinjr committed Nov 7, 2017
2 parents 247f8e7 + 2d96725 commit d58d44a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# eazypay
Eazypay payment integration for Laravel 5.*

[![Latest Stable Version](https://poser.pugx.org/bhavinjr/eazypay/v/stable)](https://packagist.org/packages/bhavinjr/eazypay)
[![Total Downloads](https://poser.pugx.org/bhavinjr/eazypay/downloads)](https://packagist.org/packages/bhavinjr/eazypay)
[![License](https://poser.pugx.org/bhavinjr/eazypay/license)](https://packagist.org/packages/bhavinjr/eazypay)
## Background: What is a eazypay?
Expand All @@ -21,7 +22,7 @@ First, you'll need to install the package via Composer:
$ composer require bhavinjr/eazypay
```

Then, update `config/app.php` by adding an entry for the service provider.
If you are don't use using Laravel 5.5.* Then, update `config/app.php` by adding an entry for the service provider.


```php
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"ext-mcrypt": "*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
},
"autoload": {
Expand Down

0 comments on commit d58d44a

Please sign in to comment.