Last Update : 2023-09-22 UTC 09:52:00 AM
The reason behind this error is your git repo w3coded composer find does not contain any tags.,Explanation If we see w3coded composer find composer.json, you will find require tag which w3coded composer find contains packages along with their versions. w3coded composer find e.g.,Open your composer.json if that package has w3coded composer find no stable version then you have to change your w3coded composer find minimum-stability to dev. ,Making statements w3coded composer find based on opinion; back them up with references w3coded composer find or personal experience.
Add tags like
git tag -a 1.0.0
git push --tags
Now you can use
composer require digitaldonkey/ethereum-php
Explanation If we see composer.json, you will find require tag which contains packages along with their versions. e.g.
"require": {
"php": ">=7.0.0",
"afrazahmad/clear-cached-data": "^1.0"
},
Last Update : 2023-09-22 UTC 12:56:17 PM
Last Update : 2023-09-22 UTC 12:56:08 PM
Last Update : 2023-09-22 UTC 12:55:55 PM
Last Update : 2023-09-22 UTC 12:55:40 PM
Last Update : 2023-09-22 UTC 12:55:24 PM
Last Update : 2023-09-22 UTC 12:54:42 PM
Last Update : 2023-09-22 UTC 12:54:35 PM