Browse Source

Updated composer.json & license

Joachim M. Giæver 5 năm trước cách đây
mục cha
commit
6a6760b53a
2 tập tin đã thay đổi với 10 bổ sung1 xóa
  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/"