From c9ff517a53903b3d4e29ec547fb20feecb05b8ab Mon Sep 17 00:00:00 2001 From: David Date: Sun, 30 Jul 2023 16:10:03 +0200 Subject: [PATCH] support for PHP 8.3 --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f199a4..daffe91 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] fail-fast: false diff --git a/composer.json b/composer.json index bece68a..69729ee 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=7.1 <8.3", + "php": "7.1 - 8.3", "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0" }, "require-dev": { diff --git a/readme.md b/readme.md index 20b5de2..f352a45 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ Installation: composer require nette/schema ``` -It requires PHP version 7.1 and supports PHP up to 8.2. +It requires PHP version 7.1 and supports PHP up to 8.3. [Support Me](https://github.com/sponsors/dg)