First Push

This commit is contained in:
Christian Kagerbauer 2023-07-19 12:28:35 +02:00
parent 991fd8544b
commit a87647aec3
2 changed files with 71 additions and 0 deletions

5
composer.json Normal file
View file

@ -0,0 +1,5 @@
{
"require": {
"formr/formr": "*"
}
}

66
composer.lock generated Normal file
View file

@ -0,0 +1,66 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "47a3be466fb1fab912635ae6ae49e644",
"packages": [
{
"name": "formr/formr",
"version": "1.4.10",
"source": {
"type": "git",
"url": "https://github.com/formr/formr.git",
"reference": "d587914b7b5406b390dc4ca9130393fe6df0fc5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/formr/formr/zipball/d587914b7b5406b390dc4ca9130393fe6df0fc5b",
"reference": "d587914b7b5406b390dc4ca9130393fe6df0fc5b",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"autoload": {
"files": [
"class.formr.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-only"
],
"authors": [
{
"name": "Tim Gavin",
"homepage": "https://formr.github.io",
"role": "Original Author"
}
],
"description": "Formr is a PHP micro-framework which helps you build and validate forms quickly, painlessly, and without all the messy overhead.",
"support": {
"issues": "https://github.com/formr/formr/issues",
"source": "https://github.com/formr/formr/tree/1.4.10"
},
"funding": [
{
"url": "https://github.com/timgavin",
"type": "github"
}
],
"time": "2023-07-16T16:44:02+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}