Subject: | You cn't install this package errors... |
Summary: | Package rating comment |
Messages: | 4 |
Author: | adriano ghezzi |
Date: | 2019-02-25 14:35:54 |
|
|
|
adriano ghezzi rated this package as follows:
Utility: | Bad |
Consistency: | Bad |
Examples: | Bad |
|
adriano ghezzi - 2019-02-25 14:35:54
You cn't install this package errors in .zip and .tar.gz
link to composer isn't working
Don't loose your time here
Ar Gabid - 2019-02-25 16:13:24 - In reply to message 1 from adriano ghezzi
Hi. You can install this package using composer. https://packagist.org/packages/gdgrid/gd
adriano ghezzi - 2019-02-25 17:16:06 - In reply to message 2 from Ar Gabid
Could not find a version of package gdgrid/gd matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
Ar Gabid - 2019-02-25 18:24:36 - In reply to message 3 from adriano ghezzi
The minimum stable version of the package is "dev-master". You should specify it in your composer.json file in such way:
"require": {
"gdgrid/gd": "dev-master"
},
Or install it, using CLI command: php composer.phar require gdgrid/gd
|