Skip to content

Commit

Permalink
[BUGFIX] Use a Composer conflict to avoid PHP-Parser problems
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Nov 13, 2024
1 parent f75bbad commit f0310a2
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 @@ -22,7 +22,6 @@
"oliverklee/oelib": "dev-main",
"oliverklee/onetimeaccount": "dev-main",
"oliverklee/site-dev": "@dev",
"phpstan/phpdoc-parser": "^1.33",
"ttn/tea": "dev-main",
"typo3/cms-adminpanel": "^12.4",
"typo3/cms-belog": "^12.4",
Expand Down Expand Up @@ -64,6 +63,9 @@
"typo3/coding-standards": "^0.8.0",
"typo3/testing-framework": "^8.2.3"
},
"conflict": {
"phpstan/phpdoc-parser": "< 1.0 || >= 2.0"
},
"repositories": [
{
"type": "path",
Expand Down

0 comments on commit f0310a2

Please sign in to comment.