소스 검색

Updated composer.json & license

Joachim M. Giæver 4 년 전
부모
커밋
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/"