Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Aug 4, 2019
1 parent 901531c commit d2ebdf4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v11.0.0 - TBA

`REVISED`

- Support for Laravel 6.0+

### v10.0.0 - 2019-03-02

`REVISED`
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
[![Latest Version on Packagist][icon-version]][link-packagist]
[![Total Downloads][icon-downloads]][link-packagist]

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

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

## Version Matrix

Version | Laravel | PHP Version
------- | --------- | ------------
11.x | 6.x | >= 7.2.0
10.x | 5.8 | >= 7.1.3
9.x | 5.7 | >= 7.1.3
8.x | 5.6 | >= 7.1.3
Expand Down Expand Up @@ -50,7 +51,7 @@ This software is released under the [BSD 3-Clause](LICENSE) License.
[link-license]: https://opensource.org/licenses/MIT
[link-packagist]: https://packagist.org/packages/cartalyst/stripe-laravel

[icon-travis]: https://travis-ci.org/cartalyst/stripe-laravel.svg?branch=10.0
[icon-travis]: https://travis-ci.org/cartalyst/stripe-laravel.svg?branch=11.0
[icon-license]: https://poser.pugx.org/cartalyst/stripe-laravel/license
[icon-version]: https://poser.pugx.org/cartalyst/stripe-laravel/version
[icon-downloads]: https://poser.pugx.org/cartalyst/stripe-laravel/downloads
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cartalyst/stripe-laravel",
"description": "Laravel 5.8 integration for the Cartalyst Stripe package.",
"description": "Laravel 6 integration for the Cartalyst Stripe package.",
"keywords": [
"php",
"cartalyst",
Expand Down Expand Up @@ -42,7 +42,7 @@
"extra": {
"component": "implementation",
"branch-alias": {
"dev-master": "10.0.x-dev"
"dev-master": "11.0.x-dev"
},
"laravel": {
"providers": [
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe Laravel
* @version 10.0.0
* @version 11.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/StripeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe Laravel
* @version 10.0.0
* @version 11.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/FacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe Laravel
* @version 10.0.0
* @version 11.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
Expand Down

0 comments on commit d2ebdf4

Please sign in to comment.