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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Started to follow your installation guide and few minutes after composer create-project I see:
[Composer\Repository\InvalidRepositoryException]
No valid bower.json was found in any branch or tag of https://github.com/twbs/bootstrap.git, could not load a package from it.
The text was updated successfully, but these errors were encountered:
i try the boilersplate step by step and i get this message @tonydspaniard
[Composer\Repository\InvalidRepositoryException]
No valid bower.json was found in any branch or tag of https://github.com/twbs/bootstrap.git, could not load a package from it.
i can update and install the repo when i put this code in composer.json "config": { "process-timeout": 1800, "fxp-asset": { "repositories": { "bower-asset/bootstrap": { "type": "bower-vcs", "url": "https://github.com/twbs/bootstrap.git" } } } },
Your requirements could not be resolved to an installable set of packages.
Problem 1
- yiisoft/yii2[2.0.5, ..., 2.0.6] require bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
- craftcms/cms Craft CMS
........
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Started to follow your installation guide and few minutes after composer create-project I see:
The text was updated successfully, but these errors were encountered: