Skip to content

Commit 3a1ac22

Browse files
jquiaiosscheb
authored andcommitted
Add support for phpunit/php-text-template v5
Updated composer.json to allow installation of phpunit/php-text-template version 5.0 and above, ensuring compatibility with newer releases.
1 parent 4bb5e1e commit 3a1ac22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-json": "*",
1616
"ext-dom": "*",
1717
"nikic/php-parser": "^4.0|^5.0",
18-
"phpunit/php-text-template": "^1.2.1|^2.0|^3.0|^4.0",
18+
"phpunit/php-text-template": "^1.2.1|^2.0|^3.0|^4.0|^5.0",
1919
"psr/log": "^1.0|^2.0|^3.0",
2020
"symfony/finder": "^3.4|^4.1|^5.0|^6.0|^7.0",
2121
"symfony/config": "^3.4|^4.0|^5.0|^6.0|^7.0",

src/analyzer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=7.1.3",
1515
"ext-dom": "*",
1616
"nikic/php-parser": "^4.0|^5.0",
17-
"phpunit/php-text-template": "^1.2.1|^2.0|^3.0|^4.0",
17+
"phpunit/php-text-template": "^1.2.1|^2.0|^3.0|^4.0|^5.0",
1818
"scheb/tombstone-core": "self.version",
1919
"symfony/finder": "^3.4|^4.1|^5.0|^6.0|^7.0",
2020
"symfony/config": "^3.4|^4.0|^5.0|^6.0|^7.0",

0 commit comments

Comments
 (0)