Skip to content

Instantly share code, notes, and snippets.

@salcode
Created April 23, 2015 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salcode/a3f1641802dba7f36ec0 to your computer and use it in GitHub Desktop.
Save salcode/a3f1641802dba7f36ec0 to your computer and use it in GitHub Desktop.
Attempting to use branch name in place of version. Error: "Your requirements could not be resolved to an installable set of packages. Problem 1 - The requested package webdevstudios/hash-link-scroll-offset could not be found in any version, there may be a typo in the package name. Potential causes: - A typo in the package name - The package is n…
{
"repositories":[
{
"type":"composer",
"url":"http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "WebDevStudios/Hash-Link-Scroll-Offset",
"version": "dev-master",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://github.com/WebDevStudios/Hash-Link-Scroll-Offset/archive/master.zip"
},
"require": {
"composer/installers": "v1.0.6"
}
}
}
],
"require": {
"wpackagist-plugin/markdown-on-save":">1.2",
"WebDevStudios/Hash-Link-Scroll-Offset": ">=0.1.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment