mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-01-11 11:48:41 +00:00
update composer and fix tests and add gitignore
This commit is contained in:
parent
4f1e975edb
commit
e2e9731267
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/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
3714
composer.lock
generated
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user