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 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