Skip to content

Commit

Permalink
Merge pull request #7 from OgunsakinDamilola/feat/tests-and-upgrades
Browse files Browse the repository at this point in the history
Update to readme
  • Loading branch information
ogunsakin01 committed Jul 29, 2022
2 parents 6b1c4ba + 2c36b25 commit 171f1d8
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 9 deletions.
119 changes: 118 additions & 1 deletion .idea/laravel-interswitch.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 126 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,14 @@ A laravel package for Interswitch

## Installation

[PHP](https://php.net) 7.2+, and [Composer](https://getcomposer.org) are required.
[PHP](https://php.net) ^7.4|^8.0, and [Composer](https://getcomposer.org) are required.

To get the latest version of Laravel Interswitch, simply require it

```bash
composer require ogunsakindamilola/laravel-interswitch
```

Or add the following line to the require block of your `composer.json` file.

```json
"ogunsakindamilola/laravel-interswitch": "dev-master"
```

You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
## Configuration

You can publish the configuration file using this command:
Expand Down

0 comments on commit 171f1d8

Please sign in to comment.