From 90f4eb1703b630f815ac8b8d8236eda2973099dd Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Thu, 15 Mar 2018 13:11:58 +0100 Subject: [PATCH] Packagist --- composer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..df32f71 --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "alllinux/Nibiru", + "type": "framework", + "description": "PHP MVC rapid prototyping framework", + "keywords": ["php","mvc","prototyping","nibiru","template-engine","database","navigation","router","rapid"], + "homepage": "https://github.com/alllinux/Nibiru", + "license": "BSD 4 License", + "authors": [ + { + "name": "Stephan Kasdorf", + "email": "skasdorf@alllinux.de", + "homepage": "http://www.alllinux.de", + "role": "Developer" + } + ], + "require": { + "php": ">=7.1.0" + } +} \ No newline at end of file