From fafa1c5626400be673e45949bc01e4349b3a8b41 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 30 Jul 2023 16:07:46 +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 af2c06d..c7cd6d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php: ['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 c92b333..7f05264 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=7.2 <8.3" + "php": "7.2 - 8.3" }, "require-dev": { "nette/tester": "^2.0", diff --git a/readme.md b/readme.md index 59b7480..02ab935 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,6 @@ Install it using Composer: composer require nette/command-line ``` -It requires PHP version 7.2 and supports PHP up to 8.2. +It requires PHP version 7.2 and supports PHP up to 8.3. If you like Nette, **[please make a donation now](https://nette.org/donate)**. Thank you!