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

It cannot parse this php 8 code. #68

Closed
talbergs opened this issue Apr 25, 2021 · 3 comments
Closed

It cannot parse this php 8 code. #68

talbergs opened this issue Apr 25, 2021 · 3 comments

Comments

@talbergs
Copy link

final class SomeAction implements ActionInterface
{
    public function __construct(
        private SomeService $domain,
        private Request $request,
    ) {}
}
@mihaeu
Copy link
Owner

mihaeu commented Apr 26, 2021

Hi @talbergs thanks for this issue. I've got a week of holiday and intend to fix PHP 8 support. I'll let you know as soon as it's working.

@mihaeu
Copy link
Owner

mihaeu commented May 2, 2021

Released 0.8.0 with support for 8.0 😄

@mihaeu mihaeu closed this as completed May 2, 2021
@djschilling
Copy link

@mihaeu thanks for fixing this. But i still get this issue when running composer update:

- Root composer.json requires dephpend/dephpend ^0.8.0 -> satisfiable by dephpend/dephpend[0.8.0, 0.8.1].
    - dephpend/dephpend[0.8.0, ..., 0.8.1] require php ^7.2 -> your php version (8.0; overridden via config.platform, actual: 8.0.17) does not satisfy that requirement.

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

No branches or pull requests

3 participants