From ca2c27c793bc64410af82ee6fdde94f64fb84a89 Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Wed, 7 Feb 2018 17:27:32 +0000 Subject: [PATCH] chore: Version 8.0 release. Signed-off-by: Bruno Gaspar --- CHANGELOG.md | 2 +- README.md | 4 ++-- composer.json | 9 +++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1782367..b638ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index f6e1d6c..654f125 100644 --- a/README.md +++ b/README.md @@ -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! @@ -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 diff --git a/composer.json b/composer.json index dde752e..fb51cc2 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=7.0", + "php": ">=7.1.3", "illuminate/support": "5.6.*", "cartalyst/stripe": "~2.0" }, @@ -24,7 +24,9 @@ "phpunit/phpunit": "~6.0" }, "autoload": { - "psr-4": { "Cartalyst\\Stripe\\Laravel\\": "src/" } + "psr-4": { + "Cartalyst\\Stripe\\Laravel\\": "src/" + } }, "extra": { "component": "implementation", @@ -40,6 +42,5 @@ } } }, - "minimum-stability": "dev", - "prefer-stable": true + "minimum-stability": "stable" }