|
| 1 | +{ |
| 2 | + "name": "typhoon/template", |
| 3 | + "description": "Typhoon Template", |
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
| 6 | + "authors": [ |
| 7 | + { |
| 8 | + "name": "Valentin Udaltsov", |
| 9 | + "email": "udaltsov.valentin@gmail.com" |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "Typhoon Team", |
| 13 | + "homepage": "https://github.com/orgs/typhoon-php/people" |
| 14 | + } |
| 15 | + ], |
| 16 | + "require": { |
| 17 | + "php": "^8.1" |
| 18 | + }, |
| 19 | + "require-dev": { |
| 20 | + "bamarni/composer-bin-plugin": "^1.8.2", |
| 21 | + "phpunit/phpunit": "^10.5.46", |
| 22 | + "symfony/var-dumper": "^6.4.21 || ^7.2.3" |
| 23 | + }, |
| 24 | + "autoload": { |
| 25 | + "psr-4": { |
| 26 | + "Typhoon\\Template\\": "src/" |
| 27 | + } |
| 28 | + }, |
| 29 | + "autoload-dev": { |
| 30 | + "psr-4": { |
| 31 | + "Typhoon\\Template\\": "tests/" |
| 32 | + } |
| 33 | + }, |
| 34 | + "config": { |
| 35 | + "allow-plugins": { |
| 36 | + "bamarni/composer-bin-plugin": true |
| 37 | + }, |
| 38 | + "bump-after-update": "dev", |
| 39 | + "platform": { |
| 40 | + "php": "8.1" |
| 41 | + }, |
| 42 | + "sort-packages": true |
| 43 | + }, |
| 44 | + "extra": { |
| 45 | + "bamarni-bin": { |
| 46 | + "bin-links": false, |
| 47 | + "forward-command": true, |
| 48 | + "target-directory": "tools" |
| 49 | + } |
| 50 | + }, |
| 51 | + "scripts": { |
| 52 | + "analyse-deps": "tools/composer-dependency-analyser/vendor/bin/composer-dependency-analyser", |
| 53 | + "fixcs": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --verbose", |
| 54 | + "infection": "tools/infection/vendor/bin/infection --show-mutations", |
| 55 | + "normalize": "@composer bin composer-normalize normalize --diff ../../composer.json", |
| 56 | + "phpstan": "tools/phpstan/vendor/bin/phpstan analyze", |
| 57 | + "pre-command-run": "mkdir -p var", |
| 58 | + "psalm": "tools/psalm/vendor/bin/psalm --show-info --no-diff --no-cache", |
| 59 | + "rector": "tools/rector/vendor/bin/rector process", |
| 60 | + "test": "phpunit" |
| 61 | + } |
| 62 | +} |
0 commit comments