From 539c51066ced129d5910e211e7c171533a1ad6d5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 25 Feb 2017 18:17:33 +0100 Subject: [PATCH] Testing composer implementation --- composer.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..c7ca4fb7b --- /dev/null +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "name": "Orange-Management/phpOMS", + "description": "PHP Framework for Orange Management.", + "authors": [ + { + "name": "Dennis Eichhorn", + "email": "spl1nes.com@googlemail.com" + } + ], + "require": { + "php": "^7.1" + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/Orange-Management/phpOMS.git" + } + ], + "autoload": { + "psr-0" : { + "phpOMS" : "phpOMS/" + } + } +} \ No newline at end of file