From a87647aec3d08cf5d8e3d01b0f22bfc3000a34c4 Mon Sep 17 00:00:00 2001 From: kagerbauer Date: Wed, 19 Jul 2023 12:28:35 +0200 Subject: [PATCH] First Push --- composer.json | 5 ++++ composer.lock | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 composer.json create mode 100644 composer.lock diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..63dd7c9 --- /dev/null +++ b/composer.json @@ -0,0 +1,5 @@ +{ + "require": { + "formr/formr": "*" + } +} \ No newline at end of file diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..970b5f4 --- /dev/null +++ b/composer.lock @@ -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" +}