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
After run this command: composer create-project --prefer-dist cretueusebiu/laravel-vue-spa
I found this error:
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- league/commonmark is locked to version 2.0.2 and an update of this package was not requested.
- league/commonmark 2.0.2 requires php ^7.4 || ^8.0 -> your php version (7.3.10) does not satisfy that requirement.
Problem 2
- league/config is locked to version v1.1.1 and an update of this package was not requested.
- league/config v1.1.1 requires php ^7.4 || ^8.0 -> your php version (7.3.10) does not satisfy that requirement.
Problem 3
- league/commonmark 2.0.2 requires php ^7.4 || ^8.0 -> your php version (7.3.10) does not satisfy that requirement.
- laravel/framework v8.54.0 requires league/commonmark ^1.3|^2.0 -> satisfiable by league/commonmark[2.0.2].
- laravel/framework is locked to version v8.54.0 and an update of this package was not requested.
The text was updated successfully, but these errors were encountered:
After run this command: composer create-project --prefer-dist cretueusebiu/laravel-vue-spa
I found this error:
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- league/commonmark is locked to version 2.0.2 and an update of this package was not requested.
- league/commonmark 2.0.2 requires php ^7.4 || ^8.0 -> your php version (7.3.10) does not satisfy that requirement.
Problem 2
- league/config is locked to version v1.1.1 and an update of this package was not requested.
- league/config v1.1.1 requires php ^7.4 || ^8.0 -> your php version (7.3.10) does not satisfy that requirement.
Problem 3
- league/commonmark 2.0.2 requires php ^7.4 || ^8.0 -> your php version (7.3.10) does not satisfy that requirement.
- laravel/framework v8.54.0 requires league/commonmark ^1.3|^2.0 -> satisfiable by league/commonmark[2.0.2].
- laravel/framework is locked to version v8.54.0 and an update of this package was not requested.
The text was updated successfully, but these errors were encountered: