update composer and fix tests and add gitignore

This commit is contained in:
Dennis Eichhorn 2020-07-31 15:44:05 +02:00
parent 4f1e975edb
commit e2e9731267
3 changed files with 3736 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vendor

21
composer.json Executable file
View File

@ -0,0 +1,21 @@
{
"name": "orange-management/orange-management",
"description": "PHP Framework for Orange Management.",
"authors": [
{
"name": "Dennis Eichhorn",
"email": "spl1nes.com@googlemail.com"
}
],
"require-dev": {
"phpunit/phpunit": "^9.2",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.12.18",
"phan/phan": "^1.1.5",
"friendsofphp/php-cs-fixer": "^2.16.1",
"johnkary/phpunit-speedtrap": "^3.1"
},
"minimum-stability": "dev",
"prefer-stable": true
}

3714
composer.lock generated Executable file

File diff suppressed because it is too large Load Diff