2025-11-13 10:47:05 +01:00

103 lines
3.0 KiB
JSON

{
"name": "sasedev/hidden-entity-type-bundle",
"type": "symfony-bundle",
"description": "Hidden field for Symfony entities",
"keywords": [
"entity",
"hidden",
"form",
"type",
"shapecode",
"sasedev",
"symfony"
],
"homepage": "https://git.sasedev.com/Sasedev/hidden-entity-type-bundle",
"license": "MIT",
"authors": [
{
"name": "Salah Abdelkadeur Seifeddine",
"homepage": "https://sasedev.com",
"email": "sinus@sasedev.net"
},
{
"name": "Nikita Loges",
"homepage": "https://loges.one",
"email": "dev@loges.one"
},
{
"name": "Glifery",
"email": "glifery@gmail.com"
}
],
"autoload": {
"psr-4": {
"": "src"
}
},
"autoload-dev": {
"psr-4": {
"": "tests"
}
},
"require": {
"php": ">=8.2",
"symfony/framework-bundle": "^7.3.6",
"symfony/config": "^7.3.6",
"symfony/http-kernel": "^7.3.7",
"symfony/dependency-injection": "^7.3.6",
"symfony/form": "^7.3.6",
"symfony/yaml": "^7.3.5",
"symfony/options-resolver": "^7.3.3",
"symfony/property-access": "^7.3.3",
"symfony/property-info": "^7.3.5",
"doctrine/persistence": "^4.1.1",
"webmozart/assert": "^1.12.1"
},
"require-dev": {
"icanhazstring/composer-unused": "^0.9.5",
"doctrine/coding-standard": "^14.0",
"squizlabs/php_codesniffer": "^4.0.1",
"phpstan/phpstan": "^2.1.32",
"phpstan/phpstan-deprecation-rules": "^2.0.3",
"phpstan/phpstan-phpunit": "^2.0.8",
"phpstan/phpstan-strict-rules": "^2.0.7",
"phpstan/phpstan-webmozart-assert": "^2.0",
"maglnet/composer-require-checker": "^4.18",
"phpstan/phpstan-symfony": "^2.0.8",
"phpunit/phpunit": "^12.4.3",
"symfony/var-dumper": "^7.3.5"
},
"scripts": {
"check": [
"@crc",
"@unused",
"@cs-check",
"@phpstan",
"@phpunit"
],
"phpstan": "phpstan analyse --ansi",
"phpstan-update-baseline": "phpstan analyse --ansi --generate-baseline phpstan-baseline.neon",
"crc": "vendor/bin/composer-require-checker --config-file=./composer-require-checker.json --ansi",
"phpunit": "phpunit --colors=always",
"cs-check": "phpcs -s",
"cs-fix": "phpcbf",
"unused": "vendor/bin/composer-unused"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"bin-dir": "bin",
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"icanhazstring/composer-unused": true
},
"bump-after-update": true,
"sort-packages": true
}
}