Created
April 23, 2015 02:07
-
-
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…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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