geotools icon indicating copy to clipboard operation
geotools copied to clipboard

php composer require league/geotools=@stable?

Open tacman opened this issue 3 years ago • 1 comments

Is that really the recommended way to install? Shouldn't the user simply set minimum-stability and prefer-stable in composer.json?

In the github workflow tools, I'm getting this warning:

Run composer validate
./composer.json is valid for simple usage with Composer but has
strict errors that make it unable to be published as a package
See https://getcomposer.org/doc/04-schema.md for details on the schema
# Publish errors
# General warnings
- require.league/geotools : unbound version constraints (@stable) should be avoided

Great tools, thanks for publishing them. I'm just wondering why the non-standard installation instructions, works fine without the stable reference.

tacman avatar Jun 16 '22 10:06 tacman

I guess it's made so, that the instructions doesn't need constant updates with version chances.

You might also noticed the "PRO-TIP" from added via 5701100 , which tells you about the valid alternativ

Un1matr1x avatar Mar 08 '23 07:03 Un1matr1x

README.md ha been fixed, thanks!

Surfoo avatar Mar 14 '24 22:03 Surfoo