Skip to content

Commit 0261ace

Browse files
committed
added license
1 parent 240b223 commit 0261ace

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codin/fault",
33
"description": "Extendable error handler",
4-
"license": "Apache-2.0",
4+
"license": "MIT",
55
"type": "library",
66
"authors": [
77
{
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.4"
15+
"php": ">=7.4 || >= 8.0"
1616
},
1717
"require-dev": {
1818
"friendsofphp/php-cs-fixer": "@stable",

license.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Codin’ Co.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Fault
22

3-
![version](https://img.shields.io/github/v/tag/codin/fault?color=light-green&label=version&style=flat-square)
4-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/codin/fault/Composer?label=build&logo=github&style=flat-square)](https://github.com/codin/fault/actions)
3+
![version](https://img.shields.io/github/v/tag/codin/fault)
4+
![workflow](https://img.shields.io/github/workflow/status/codin/fault/Composer)
5+
![license](https://img.shields.io/github/license/codin/fault)
56

67
Simple error exception handler
78

0 commit comments

Comments
 (0)