Skip to content

Commit 5925ca6

Browse files
authored
Merge pull request #192 from andreaswolf/allow-sebastian-diff-4
[TASK] Allow sebastian/diff ^4.0 for TYPO3 11 compatibility
2 parents d0bf15e + 16b5e58 commit 5925ca6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"helmich/typo3-typoscript-parser": "^2.6",
2020
"nette/utils": "^4.0",
2121
"phpstan/phpstan": "^1.10.9",
22-
"sebastian/diff": "^5.0 || ^6.0",
22+
"sebastian/diff": "^4.0 || ^5.0 || ^6.0",
2323
"shanethehat/pretty-xml": "^1.0.2",
2424
"symfony/config": "^5.4 || ^6.4 || ^7.0",
2525
"symfony/console": "^5.4 || ^6.4 || ^7.0",

packages/fractor-doc-generator/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.2",
1515
"nette/utils": "^4.0",
16-
"sebastian/diff": "^5.0 || ^6.0",
16+
"sebastian/diff": "^4.0 || ^5.0 || ^6.0",
1717
"symfony/config": "^5.4 || ^6.4 || ^7.0",
1818
"symfony/console": "^5.4 || ^6.4 || ^7.0",
1919
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0"

packages/fractor/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.2",
1515
"nette/utils": "^4.0",
16-
"sebastian/diff": "^5.0 || ^6.0",
16+
"sebastian/diff": "^4.0 || ^5.0 || ^6.0",
1717
"symfony/config": "^5.4 || ^6.4 || ^7.0",
1818
"symfony/console": "^5.4 || ^6.4 || ^7.0",
1919
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",

0 commit comments

Comments
 (0)