From 9d7659565c4c5196b62d83e459ddce96cdc6e763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Jani=CC=81c=CC=8Cek?= Date: Thu, 9 Jan 2025 09:39:59 +0100 Subject: [PATCH] Fix: PHP Unit test in php 8.1 --- README.md | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7f7548..640e88d 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ TwigX Bundle Symfony bundle extending Twig template engine with [JSX]-like markup. ## Requirements -- PHP 7.4 || 8.1 -- Symfony 4.4+ || 5.4+ || ^6.1 -- Twig >=1.44.6 || >=2.12.5 || 3+ +- PHP ^8.1 +- Symfony ^5.4 || ^6.4 || ^7.2 +- Twig ^3 ## Changelog See [CHANGELOG](./CHANGELOG.md) diff --git a/composer.json b/composer.json index 2c5b3da..42931b5 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ext-simplexml": "*" }, "require-dev": { - "phpunit/phpunit": "^11.5", + "phpunit/phpunit": "^10.5 ||^11.5", "mockery/mockery": "^1.5", "doctrine/cache": "^1.10", "lmc/coding-standard": "^4.1",