mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38:41 +00:00
Testing composer implementation
This commit is contained in:
parent
b8561385f5
commit
539c51066c
24
composer.json
Normal file
24
composer.json
Normal 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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user