You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
composer install
Problem 1
- nette/schema is locked to version v1.2.3 and an update of this package was not requested.
- nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
Problem 2
- nette/utils is locked to version v4.0.0 and an update of this package was not requested.
- nette/utils v4.0.0 requires php >=8.0 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
Problem 3
- nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
- league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.2.3].
- league/config is locked to version v1.2.0 and an update of this package was not requested.
The text was updated successfully, but these errors were encountered:
composer install
Problem 1
- nette/schema is locked to version v1.2.3 and an update of this package was not requested.
- nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
Problem 2
- nette/utils is locked to version v4.0.0 and an update of this package was not requested.
- nette/utils v4.0.0 requires php >=8.0 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
Problem 3
- nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
- league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.2.3].
- league/config is locked to version v1.2.0 and an update of this package was not requested.
this work for me - delete the composer.lock file, then Run composer update:
The text was updated successfully, but these errors were encountered: