composer.json
{
"name": "mimmi20/composer-plugin-symlink",
"description": "Provides a Composer Plugin to create symlinks",
"license": "MIT",
"type": "composer-plugin",
"authors": [
{
"name": "Thomas Müller",
"homepage": "https://github.com/mimmi20",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/mimmi20/composer-plugin-symlink/graphs/contributors"
}
],
"homepage": "https://github.com/mimmi20/composer-plugin-symlink",
"support": {
"issues": "https://github.com/mimmi20/composer-plugin-symlink/issues",
"source": "https://github.com/mimmi20/composer-plugin-symlink"
},
"require": {
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
"composer-plugin-api": "^2.0.0",
"symfony/console": "^7.2.1",
"symfony/filesystem": "^7.2.0"
},
"require-dev": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"composer/composer": "^2.8.4",
"infection/infection": "^0.29.10",
"mikey179/vfsstream": "^1.6.12",
"mimmi20/coding-standard": "^6.0.1",
"nikic/php-parser": "^5.3.1",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.8",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^11.5.2",
"rector/rector": "^1.2.10",
"rector/type-perfect": "^1.0.0",
"symfony/process": "^7.2.0",
"symplify/phpstan-rules": "^13.0.1",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"tomasvotruba/type-coverage": "^1.0.0",
"tomasvotruba/unused-public": "^1.1.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Mimmi20\\CopyPlugin\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Mimmi20\\CopyPlugin\\": "tests/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true,
"phpstan/extension-installer": true
},
"lock": false,
"preferred-install": "dist",
"sort-packages": true
}
}