Skip to content

Commit 876b74f

Browse files
committed
Update php
[skip ci]
1 parent 46052ec commit 876b74f

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) 2020, Hunter WB <hunterwb.com>
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "anyascii/anyascii",
3+
"description": "Unicode to ASCII transliteration",
4+
"keywords": ["unicode", "ascii", "transliteration", "utf8", "romanization", "slug", "emoji", "unidecode"],
5+
"homepage": "https://github.com/hunterwb/any-ascii",
6+
"license": "ISC",
7+
"authors": [{
8+
"name": "Hunter WB",
9+
"homepage": "http://hunterwb.com"
10+
}],
11+
"require": {
12+
"php": ">=5.3.0"
13+
},
14+
"autoload": {
15+
"psr-0": { "AnyAscii": "" }
16+
}
17+
}

0 commit comments

Comments
 (0)