1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-02 14:02:19 +02:00
24eme-signaturepdf/vendor/fatfree/composer.json
2021-05-03 19:26:47 +02:00

19 lines
412 B
JSON

{
"name": "bcosca/fatfree",
"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"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/bcosca/fatfree"
}
],
"autoload": {
"files": ["lib/base.php"]
}
}