Skip to content

Commit

Permalink
Merge pull request #9 from bnf/symfony-typeinfo-workaround
Browse files Browse the repository at this point in the history
[TASK] Temporarily workaround a missing conflict in symfony/type-info
  • Loading branch information
bmack authored Nov 13, 2024
2 parents 2b24338 + c89a245 commit e7ad171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"description": "TYPO3 command line binary",
"homepage": "https://typo3.org",
"license": ["GPL-2.0-or-later"],

"require": {
"php" : "^7.0 || ^8.0"
},
"conflict": {
"phpstan/phpdoc-parser": "<1.0 || >=2.0"
},
"bin": [
"typo3"
]
Expand Down

0 comments on commit e7ad171

Please sign in to comment.