diff --git a/README.md b/README.md index 8b2d5ba..0693a95 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ This package is compliant with [PSR-1][], [PSR-2][], [PSR-4][], and [PSR-7][]. I The following versions of PHP are supported. -* PHP 5.5 * PHP 5.6 * PHP 7.0 +* PHP 7.1 +* PHP 7.2 * HHVM ## Installation diff --git a/composer.json b/composer.json index 16691d9..513a829 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "ursuleacv/oauth2-lightspeed", "description": "LightSpeed OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "license": "MIT", - "version": "2.0.29", "authors": [ { "name": "Valentin Ursuleac",