diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e851193..5d6b48f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.2' + php-version: '8.3' extensions: mbstring, intl, bcmath coverage: none @@ -41,7 +41,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' extensions: mbstring, intl, bcmath coverage: none diff --git a/README.md b/README.md index f187ee0..e3d0d83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OauthAuth0 Module [![Latest Stable Version](https://poser.pugx.org/spryker/oauth-auth0/v/stable.svg)](https://packagist.org/packages/spryker/oauth-auth0) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/) OauthAuth0 module provides getting Auth0 access token from external service. This module build on top of riskio/oauth2-auth0 library . diff --git a/composer.json b/composer.json index d21c86a..d97ea81 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "proprietary", "require": { "league/oauth2-client": "^2.6.0", - "php": ">=8.1", + "php": ">=8.2", "riskio/oauth2-auth0": "^2.4.0", "spryker/guzzle": "^2.4.1", "spryker/kernel": "^3.30.0",