forked from zendframework/ZendPdf
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
36 lines (36 loc) · 874 Bytes
/
composer.json
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
31
32
33
34
35
36
{
"name": "metaworx/zendpdf",
"description": "Zend Pdf Component",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"pdf"
],
"homepage": "http://packages.zendframework.com/",
"autoload": {
"psr-0": {
"ZendPdf\\": "library/"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/metaworx/ZendPdf.git"
}
],
"require": {
"php": ">=5.3.3",
"laminas/laminas-eventmanager": ">=2.0.0",
"laminas/laminas-servicemanager": ">=2.0.0",
"laminas/laminas-di": ">=2.0.0",
"laminas/laminas-memory": ">=2.0.0",
"laminas/laminas-stdlib": ">=2.0.0",
"ext-mbstring": "*"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}