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