GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/vendor/coenjacobs/mozart/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/vendor/coenjacobs/mozart/composer.json |
{
"name": "coenjacobs/mozart",
"description": "Composes all dependencies as a package inside a WordPress plugin",
"authors": [
{
"name": "Coen Jacobs",
"email": "coenjacobs@gmail.com"
}
],
"bin": ["bin/mozart"],
"minimum-stability": "dev",
"prefer-stable": true,
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"symfony/console": "^4|^5",
"symfony/finder": "^4|^5",
"league/flysystem": "^1.0"
},
"autoload": {
"psr-4": {
"CoenJacobs\\Mozart\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.5",
"mheap/phpunit-github-actions-printer": "^1.4",
"vimeo/psalm": "^4.4"
},
"scripts": {
"lint": [
"composer validate",
"phpcs"
],
"test": [
"phpunit"
]
}
}