Skip to content

Commit cfccfd5

Browse files
author
Clément Blanco
committed
Adding composer.json
1 parent ab80c34 commit cfccfd5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "cyber-duck/pdfnet-php",
3+
"type": "library",
4+
"description": "PDFNetPHP Library generated by SWIG for PHP 5.6.30 for PDFTron.",
5+
"keywords": ["php", "pdf", "pdftron", "pdfviewer", "webviewer", "xod", "pdfnet", "extension", "library"],
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Clément Blanco",
10+
"email": "clement@cyber-duck.co.uk",
11+
"role": "Developer"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.5.0"
16+
},
17+
"minimum-stability": "stable"
18+
}

0 commit comments

Comments
 (0)