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

Does not support PHP 8.0, 8.1, 8.2, 8.3 #231

Closed
vukanac opened this issue Dec 5, 2023 · 3 comments · Fixed by #249
Closed

Does not support PHP 8.0, 8.1, 8.2, 8.3 #231

vukanac opened this issue Dec 5, 2023 · 3 comments · Fixed by #249

Comments

@vukanac
Copy link

vukanac commented Dec 5, 2023

When trying on PHP 8.2.12:
composer require structurizr-php/structurizr-php
gives me an error:

Package structurizr-php/structurizr-php has requirements incompatible with your PHP version,
PHP extensions and Composer version:
- structurizr-php/structurizr-php 0.3.0 requires php ^7.3 which does not match your installed version 8.2.12.
@tolik518
Copy link

It looks like the library was actually updated to work with php 8 in this commit but the maintainers didn't issue a new release.

So the solution would be either using the master branch or @norberttech / @akondas will make a new release, since the feature is ready and it basically only needs a new tag

@akondas
Copy link
Member

akondas commented Jun 14, 2024

Done: https://github.com/structurizr-php/structurizr-php/releases/tag/0.4.0

@tolik518
Copy link

Perfect, thanks for the fast reaction @akondas

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.

3 participants