From f8f86e6e3f5ae079b7d8c774e21719b1efbb135b Mon Sep 17 00:00:00 2001 From: Marcel Seidel Date: Tue, 18 Oct 2022 12:02:53 +0200 Subject: [PATCH 1/6] chore: updated supported php versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 770171c..fabcb76 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^7.4", + "php": "^7.4 || ^8.1", "lcobucci/jwt": "^4.1" }, From 8e6a735aca0ac42ba589d4dd2f6dc7a180dda56b Mon Sep 17 00:00:00 2001 From: Marcel Seidel Date: Wed, 19 Oct 2022 16:10:16 +0200 Subject: [PATCH 2/6] chore: updated required php version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fabcb76..a4d9f6c 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^7.4 || ^8.1", + "php": "^8.1", "lcobucci/jwt": "^4.1" }, From d393dce3623042e64a21a80b3e57dc29f0d8a76b Mon Sep 17 00:00:00 2001 From: Marcel Seidel Date: Tue, 25 Oct 2022 15:07:04 +0200 Subject: [PATCH 3/6] chore: require php 7.4 or 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4d9f6c..fabcb76 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^8.1", + "php": "^7.4 || ^8.1", "lcobucci/jwt": "^4.1" }, From 8fa237080857c08314f53755567854424c28bf4e Mon Sep 17 00:00:00 2001 From: Marcel Seidel Date: Wed, 26 Oct 2022 09:45:51 +0200 Subject: [PATCH 4/6] chore: require php 7.4 or 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fabcb76..af19bb0 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^7.4 || ^8.1", + "php": "^7.4 || ^8.0", "lcobucci/jwt": "^4.1" }, From af74bd0a35858c76b3ac70ed69ae4c2ee0990180 Mon Sep 17 00:00:00 2001 From: Marcel Seidel Date: Fri, 28 Oct 2022 13:32:57 +0200 Subject: [PATCH 5/6] chore: update documentation and action --- .github/workflows/php.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index aab5766..17f6fc3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['7.4'] + php-versions: ['7.4', '8.0'] phpunit-versions: ['latest'] steps: - name: Checkout diff --git a/README.md b/README.md index f9710b2..657477f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ composer require staffbase/plugins-sdk-php Dependencies are also managed by Composer. When using this repository keep the following dependencies in mind (cf. [composer.json](composer.json)): -* php: >=7.4.0 +* php: ^7.4.0 || ^8.0 * lcobucci/jwt: ^4.1 ## API Reference From 67bb09fdc4f0bb0851b362ae367a921220a2415f Mon Sep 17 00:00:00 2001 From: Marcel Seidel Date: Fri, 28 Oct 2022 14:51:27 +0200 Subject: [PATCH 6/6] chore: update documentation and action --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 17f6fc3..aab5766 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['7.4', '8.0'] + php-versions: ['7.4'] phpunit-versions: ['latest'] steps: - name: Checkout