Skip to content

Commit

Permalink
Exclude Twig versions causing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MisatoTremor committed Feb 28, 2024
1 parent b4765aa commit 3244387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
1.x
---

* Exclude Twig versions causing errors
* Fix GH action PHPUnit step
* Update GH action config
* Update supported Symfony versions
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
"minimum-stability": "dev",
"require": {
"php": "^7.4 || ^8.0",
"twig/twig": "^2.10 || ^3.0"
"twig/twig": "^2.14 || ^3.0"
},
"require-dev": {
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
},
"conflict": {
"twig/twig": "<2.14.7 || >=3.0 <3.3.3"
},
"autoload": {
"psr-4": { "Avro\\CaseBundle\\": "" }
}
Expand Down

0 comments on commit 3244387

Please sign in to comment.