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

Not supporting PHP 8.1.3 #156

Closed
arpan9477 opened this issue May 31, 2022 · 1 comment
Closed

Not supporting PHP 8.1.3 #156

arpan9477 opened this issue May 31, 2022 · 1 comment

Comments

@arpan9477
Copy link

My PHP version is 8.1.3. This is not supportive when I am trying to install it by the composer.
Giving this error:
nette/schema v1.2.1 requires php >=7.1 <8.1 -> your php version (8.1.3) does not satisfy that requirement.

@casperbakker
Copy link
Member

The package nette/schema is not used by this library. So it should be something else in your project that needs that package.

With the command composer why nette/schema you can find out why that package is included.

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

No branches or pull requests

2 participants