composer.json 408 B

12345678910111213141516
  1. {
  2. "name": "joachimmg/yr-forecast",
  3. "type": "yr-forecast",
  4. "description": "Interact with the open weather data from Yr.no",
  5. "homepage": "https://git.giaever.org/joachimmg/yr-forecast",
  6. "license": "MIT",
  7. "authors": [{
  8. "name": "Joachim M. Giaever",
  9. "email": "joachi[]giaever.org"
  10. }],
  11. "autoload": {
  12. "psr-4": {
  13. "App\\": "src/"
  14. }
  15. }
  16. }