Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for TYPO3 v13.1 #159

Closed
DanielSiepmann opened this issue May 2, 2024 · 3 comments · Fixed by #160
Closed

Add Support for TYPO3 v13.1 #159

DanielSiepmann opened this issue May 2, 2024 · 3 comments · Fixed by #160
Assignees

Comments

@DanielSiepmann
Copy link

DanielSiepmann commented May 2, 2024

Hey, it would be cool if support for TYPO3 v13.1 could be added. V13.1 got released on 2024-04-23 (https://get.typo3.org/).
Right now it is not possible to install, due to version constraints on nikic/php-parser component:

  Problem 1
    - Root composer.json requires saschaegerer/phpstan-typo3 ^1.10 -> satisfiable by saschaegerer/phpstan-typo3[1.10.0].
    - typo3/cms-install 13.2.x-dev is an alias of typo3/cms-install dev-main and thus requires it to be installed too.
    - typo3/cms-install[dev-main, v13.1.0] require nikic/php-parser ^5.0.1 -> satisfiable by nikic/php-parser[v5.0.1, v5.0.2, 5.0.x-dev].
    - Conclusion: don't install nikic/php-parser v5.0.2 (conflict analysis result)
    - Root composer.json requires typo3/cms-install ^13.1 -> satisfiable by typo3/cms-install[v13.1.0, 13.2.x-dev (alias of dev-main)].

The support would allow extension developers to update their extensions, and early adopters to update their projects, while keeping phpstan working.

@sascha-egerer
Copy link
Owner

@DanielSiepmann would you like to give #160 a try?

@DanielSiepmann
Copy link
Author

Thanks for the fast response @sascha-egerer, this seems to fix the issue within the extension DanielSiepmann/tracking#117 as well my project setup.

@sascha-egerer
Copy link
Owner

@DanielSiepmann Just did a new release including this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants