Sfoglia il codice sorgente

Updated composer.json & license

Joachim M. Giæver 4 anni fa
parent
commit
6a6760b53a
2 ha cambiato i file con 10 aggiunte e 1 eliminazioni
  1. 1 1
      LICENSE
  2. 9 0
      composer.json

+ 1 - 1
LICENSE

@@ -1,5 +1,5 @@
 MIT License
-Copyright (c) <year> <copyright holders>
+Copyright (c) 2019 Joachim M. Giæver 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 

+ 9 - 0
composer.json

@@ -1,4 +1,13 @@
 {
+    "name": "joachimmg/yr-forecast",
+    "type": "yr-forecast",
+    "description": "Interact with the open weather data from Yr.no",
+    "homepage": "https://git.giaever.org/joachimmg/yr-forecast",
+    "license": "MIT",
+    "authors": [{
+        "name": "Joachim M. Giaever",
+        "email": "joachi[]giaever.org"
+    }],
     "autoload": {
         "psr-4": {
             "App\\": "src/"