PHP-Name-Parser
PHP-Name-Parser copied to clipboard
Build release
Hi. May be time to build release? We want use composer with your project.
For now you can pull version "master-dev" in your composer file. You can always use "
Can you give a example of how the composer file should look SirLamer?
"require": {
"joshfraser/php-name-parser": "master-dev"
}
This works for any branch on any project. If there is a branch called "extra-big-bananas" then you can pull it in to your project with "extra-big-bananas-dev".
I got this error:
vagrant@vboxHomestead:~/Code/myproj$ composer require joshfraser/php-name-parser
[InvalidArgumentException]
Could not find a version of package joshfraser/php-name-parser matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
but then succeeded in calling composer remove joshfraser/php-name-parser:dev-master
.
However, it would be really nice if you could make it available officially in Composer using Semantic Versioning.
Otherwise, any "breaking changes" of yours could break my project.
Thanks again for your repo!