Testing composer implementation

This commit is contained in:
Dennis Eichhorn 2017-02-25 18:17:33 +01:00
parent b8561385f5
commit 539c51066c

24
composer.json Normal file
View File

@ -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/"
}
}
}