123456789101112131415161718192021222324252627 |
- {
- "require": {
- "php": "^8.2",
- "ergebnis/composer-normalize": "^2.39.0",
- "jangregor/phpstan-prophecy": "^1.0.0",
- "maglnet/composer-require-checker": "^4.7.1",
- "mi-schi/phpmd-extension": "^4.3.0",
- "phpmd/phpmd": "^2.14.1",
- "phpstan/extension-installer": "^1.3.1",
- "phpstan/phpstan": "^1.10.41",
- "phpstan/phpstan-phpunit": "^1.3.15",
- "phpstan/phpstan-strict-rules": "^1.5.2"
- },
- "config": {
- "allow-plugins": {
- "ergebnis/composer-normalize": true,
- "infection/extension-installer": false,
- "phpstan/extension-installer": true
- },
- "optimize-autoloader": true,
- "platform": {
- "php": "8.2"
- },
- "prefer-stable": true,
- "sort-packages": true
- }
- }
|