1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-18 05:36:34 +02:00
24eme-signaturepdf/vendor/fatfree/composer.json

13 lines
314 B
JSON
Raw Normal View History

2021-05-03 19:26:47 +02:00
{
2022-03-26 23:40:57 +01:00
"name": "bcosca/fatfree-core",
2021-05-03 19:26:47 +02:00
"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": {
2022-03-26 23:40:57 +01:00
"classmap": ["."]
2021-05-03 19:26:47 +02:00
}
}