浏览代码

Updated composer.json & license

Joachim M. Giæver 5 年之前
父节点
当前提交
6a6760b53a
共有 2 个文件被更改,包括 10 次插入1 次删除
  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/"