forked from webrocker/hyphenator
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 855 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name":"typearea/hyphenator",
"type":"library",
"description":"Hyphenator is a cache-enabled PHP port of the JavaScript Hyphenator.js by Mathias Nater, and this is a bugfix fork of github.com/webrocker/hyphenator",
"keywords":["hyphenator", "hyphenation", "hyphenate"],
"homepage":"https://github.com/typearea/hyphenator",
"license":"New BSD",
"authors":[
{
"name":"Marco Fischer",
"email":"mfischer@web-rocker.de",
"homepage":"http://web-rocker.de",
"role":"Developer"
},
{
"name":"Michael Giesler",
"email":"michael@4horsemen.de",
"homepage":"http://github.com/michaelgiesler",
"role":"Developer"
}
],
"require":{
"php":">=5.3.0"
},
"autoload":{
"psr-0":{
"Hyphenator":"src"
}
}
}