mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
13 lines
314 B
JSON
13 lines
314 B
JSON
{
|
|
"name": "bcosca/fatfree-core",
|
|
"description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
|
|
"homepage": "http://fatfreeframework.com/",
|
|
"license": "GPL-3.0",
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["."]
|
|
}
|
|
}
|