Fix composer structure

This commit is contained in:
Dennis Eichhorn 2018-08-04 15:12:57 +02:00
parent 3e9d5f4108
commit e45895b850

View File

@ -7,25 +7,11 @@
"email": "spl1nes.com@googlemail.com" "email": "spl1nes.com@googlemail.com"
} }
], ],
"require": {
"php": "^7.2"
},
"require-dev": { "require-dev": {
"phpunit/phpunit": "~6.4", "phpunit/phpunit": "~6.4",
"squizlabs/php_codesniffer": "~3.2", "squizlabs/php_codesniffer": "~3.2",
"phpmd/phpmd": "~2.6", "phpmd/phpmd": "~2.6",
"phpstan/phpstan": "~0.10.1", "phpstan/phpstan": "~0.10.1",
"phan/phan": "~0.12.0" "phan/phan": "~0.12.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Orange-Management/phpOMS.git"
}
],
"autoload": {
"psr-0" : {
"phpOMS" : ""
}
} }
} }