Skip to content

Commit

Permalink
chore: Version 8.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Feb 7, 2018
1 parent 89fcbef commit ca2c27c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We do not give estimated times for completion on `Accepted` Proposals.

---

### v8.0.0 - TBA
### v8.0.0 - 2018-02-07

`REVISED`

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Laravel 5.6 integration for the [Cartalyst Stripe](https://cartalyst.com/manual/stripe/2.0) package.

The package requires PHP 7.0+ and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP.
The package requires PHP 7.1.3+ and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP.

An open source package by [Cartalyst](https://cartalyst.com), code well, rock on!

Expand All @@ -31,7 +31,7 @@ Raw files can be found [here](https://github.com/cartalyst/stripe-laravel/tree/d

Important versions listed below. Refer to the [Change Log](CHANGELOG.md) for a full history of the project.

- [8.0](CHANGELOG.md) - TBA
- [8.0](CHANGELOG.md) - 2018-02-07
- [7.0](CHANGELOG.md) - 2017-08-30
- [6.0](CHANGELOG.md) - 2017-01-24
- [5.0](CHANGELOG.md) - 2016-08-29
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.1.3",
"illuminate/support": "5.6.*",
"cartalyst/stripe": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": { "Cartalyst\\Stripe\\Laravel\\": "src/" }
"psr-4": {
"Cartalyst\\Stripe\\Laravel\\": "src/"
}
},
"extra": {
"component": "implementation",
Expand All @@ -40,6 +42,5 @@
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
"minimum-stability": "stable"
}

0 comments on commit ca2c27c

Please sign in to comment.