Skip to content

Commit

Permalink
Fix: PHP Unit test in php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasjanicek committed Jan 9, 2025
1 parent bdcc6f5 commit 9d76595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9d76595

Please sign in to comment.