mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-04-27 23:05:37 +00:00
28 lines
661 B
JSON
28 lines
661 B
JSON
{
|
|
"name": "formr/formr",
|
|
"description": "Formr is a PHP micro-framework which helps you build and validate forms quickly, painlessly, and without all the messy overhead.",
|
|
"type": "library",
|
|
"license": "GPL-2.0-only",
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Tim Gavin",
|
|
"homepage": "https://formr.github.io",
|
|
"role": "Original Author"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/formr/formr"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"class.formr.php"
|
|
]
|
|
}
|
|
}
|