A PHP CLI for printing an emoji roughly corresponding to the current moon phase.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
441 B

  1. {
  2. "name": "brennen/phasemoji",
  3. "description": "A PHP CLI for printing an emoji roughly corresponding to the current moon phase.",
  4. "keywords": ["php", "moon", "phase"],
  5. "type": "library",
  6. "license": "MIT",
  7. "authors": [
  8. { "name": "Brennen Bearnes" }
  9. ],
  10. "require": {
  11. "php": ">=7.2.0",
  12. "solaris/php-moon-phase": "dev-master"
  13. },
  14. "autoload": {
  15. "psr-0": { "lib": "" }
  16. }
  17. }