expand composer

This commit is contained in:
Dennis Eichhorn 2023-05-28 13:51:32 +00:00
parent c80484c69d
commit 1b8fd4f9a3
2 changed files with 4887 additions and 0 deletions

21
composer.json Executable file
View File

@ -0,0 +1,21 @@
{
"name": "karaka/module",
"description": "Module for Jingga.",
"authors": [
{
"name": "Dennis Eichhorn",
"email": "spl1nes.com@googlemail.com"
}
],
"require-dev": {
"phpunit/phpunit": ">=9.4",
"friendsofphp/php-cs-fixer": ">=3.8",
"squizlabs/php_codesniffer": ">=3.6",
"phpmd/phpmd": ">=2.9",
"phpstan/phpstan": ">=1.8.6",
"phan/phan": ">=3.2.6",
"rector/rector": "^0.16.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}

4866
composer.lock generated Executable file

File diff suppressed because it is too large Load Diff