1234567891011121314151617181920212223 |
- {
- "require": {
- "php": "^8.1",
- "ergebnis/composer-normalize": "^2.29.0",
- "humbug/box": "4.1.0",
- "jangregor/phpstan-prophecy": "^1.0.0",
- "maglnet/composer-require-checker": "^4.5.0",
- "mi-schi/phpmd-extension": "^4.3.0",
- "phpmd/phpmd": "^2.13.0",
- "phpstan/extension-installer": "^1.3.1",
- "phpstan/phpstan": "^1.10.14",
- "phpstan/phpstan-phpunit": "^1.3.11",
- "phpstan/phpstan-strict-rules": "^1.5.1"
- },
- "config": {
- "allow-plugins": {
- "ergebnis/composer-normalize": true,
- "phpstan/extension-installer": true
- },
- "optimize-autoloader": true,
- "sort-packages": true
- }
- }
|