mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-10 22:08:41 +00:00
update composer and fix tests and add gitignore
This commit is contained in:
parent
cb979a1749
commit
ac4e7184e6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
vendor
|
||||||
21
composer.json
Executable file
21
composer.json
Executable file
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "Orange-Management",
|
||||||
|
"description": "Module 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
3714
composer.lock
generated
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user