PHP-Name-Parser icon indicating copy to clipboard operation
PHP-Name-Parser copied to clipboard

Build release

Open aait opened this issue 8 years ago • 4 comments

Hi. May be time to build release? We want use composer with your project.

aait avatar Aug 02 '16 13:08 aait

For now you can pull version "master-dev" in your composer file. You can always use "-dev" and it'll pull the latest version of a given branch.

GregPeden avatar Aug 31 '16 17:08 GregPeden

Can you give a example of how the composer file should look SirLamer?

JeroenSteen avatar Sep 13 '16 09:09 JeroenSteen

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

GregPeden avatar Sep 13 '16 09:09 GregPeden

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!

ryancwalsh avatar Aug 13 '19 21:08 ryancwalsh