From 735ab2e82cc43b916b4b4860683cac979924f67b Mon Sep 17 00:00:00 2001 From: Dante Di Domenico Date: Tue, 13 Apr 2021 15:27:41 +0200 Subject: [PATCH 1/3] feat: composer2 --- .github/workflows/php.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index c7cf247..52750a4 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -26,7 +26,7 @@ jobs: uses: 'shivammathur/setup-php@v2' with: php-version: '${{ matrix.php-version }}' - tools: 'composer:v1' + tools: 'composer:v2' extensions: 'mbstring, intl' coverage: 'none' @@ -70,7 +70,7 @@ jobs: uses: 'shivammathur/setup-php@v2' with: php-version: '${{ matrix.php-version }}' - tools: 'composer:v1, phpstan' + tools: 'composer:v2, phpstan' extensions: 'mbstring, intl' coverage: 'none' @@ -135,7 +135,7 @@ jobs: uses: 'shivammathur/setup-php@v2' with: php-version: '${{ matrix.php-version }}' - tools: 'composer:v1' + tools: 'composer:v2' extensions: 'mbstring, intl' - name: 'Discover Composer cache directory' From ada8e2c29045b3823de0d5a2c4498ca01b7e93a0 Mon Sep 17 00:00:00 2001 From: Dante Di Domenico Date: Tue, 13 Apr 2021 15:29:00 +0200 Subject: [PATCH 2/3] chore test: change php file --- src/ApiClientProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiClientProvider.php b/src/ApiClientProvider.php index 4076382..78693b1 100644 --- a/src/ApiClientProvider.php +++ b/src/ApiClientProvider.php @@ -10,7 +10,7 @@ * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * See LICENSE.LGPL or for more details. + * See LICENSE.LGPL or for more details */ namespace BEdita\WebTools; From ff23bf1e9ffcad3109518703e2e3fcc17da69ab7 Mon Sep 17 00:00:00 2001 From: Dante Di Domenico Date: Tue, 13 Apr 2021 15:30:21 +0200 Subject: [PATCH 3/3] chore test: change php file --- src/ApiClientProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiClientProvider.php b/src/ApiClientProvider.php index 78693b1..4076382 100644 --- a/src/ApiClientProvider.php +++ b/src/ApiClientProvider.php @@ -10,7 +10,7 @@ * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * See LICENSE.LGPL or for more details + * See LICENSE.LGPL or for more details. */ namespace BEdita\WebTools;