diff --git a/RECIPES.md b/RECIPES.md index e15acd65..32ad4fae 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -414,6 +414,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [php-translation/symfony-bundle](https://packagist.org/packages/php-translation/symfony-bundle) | [0.10](php-translation/symfony-bundle/0.10) | | [phpfastcache/phpfastcache-bundle](https://packagist.org/packages/phpfastcache/phpfastcache-bundle) | [3.0](phpfastcache/phpfastcache-bundle/3.0) | | [phpfastcgi/fastcgi-daemon](https://packagist.org/packages/phpfastcgi/fastcgi-daemon) | [0.11](phpfastcgi/fastcgi-daemon/0.11) | +| [phpstan/phpstan](https://packagist.org/packages/phpstan/phpstan) | [1.0](phpstan/phpstan/1.0) | | [phpsword/sword-bundle](https://packagist.org/packages/phpsword/sword-bundle) | [1.0](phpsword/sword-bundle/1.0) | | [phpzlc/admin](https://packagist.org/packages/phpzlc/admin) | [1.0](phpzlc/admin/1.0) | | [phpzlc/admin-business](https://packagist.org/packages/phpzlc/admin-business) | [1.0](phpzlc/admin-business/1.0) | diff --git a/archived/phpstan.phpstan/d74d4d719d5f53856c9c13544aa22d44144b1819.json b/archived/phpstan.phpstan/d74d4d719d5f53856c9c13544aa22d44144b1819.json new file mode 100644 index 00000000..90873453 --- /dev/null +++ b/archived/phpstan.phpstan/d74d4d719d5f53856c9c13544aa22d44144b1819.json @@ -0,0 +1,34 @@ +{ + "manifests": { + "phpstan/phpstan": { + "manifest": { + "copy-from-recipe": { + "phpstan.neon": "phpstan.neon" + }, + "post-install-output": [ + " * Edit the phpstan.neon file to configure PHPStan.", + "", + " * For the full options, see", + " https://phpstan.org/user-guide/getting-started" + ] + }, + "files": { + "phpstan.neon": { + "contents": [ + "parameters:", + " level: 6", + " paths:", + " - bin/", + " - config/", + " - public/", + " - src/", + " - tests/", + "" + ], + "executable": false + } + }, + "ref": "d74d4d719d5f53856c9c13544aa22d44144b1819" + } + } +} diff --git a/index.json b/index.json index a220fd0d..28ba0dc5 100644 --- a/index.json +++ b/index.json @@ -1301,6 +1301,9 @@ "phpfastcgi/fastcgi-daemon": [ "0.11" ], + "phpstan/phpstan": [ + "1.0" + ], "phpsword/sword-bundle": [ "1.0" ], diff --git a/phpstan.phpstan.1.0.json b/phpstan.phpstan.1.0.json new file mode 100644 index 00000000..90873453 --- /dev/null +++ b/phpstan.phpstan.1.0.json @@ -0,0 +1,34 @@ +{ + "manifests": { + "phpstan/phpstan": { + "manifest": { + "copy-from-recipe": { + "phpstan.neon": "phpstan.neon" + }, + "post-install-output": [ + " * Edit the phpstan.neon file to configure PHPStan.", + "", + " * For the full options, see", + " https://phpstan.org/user-guide/getting-started" + ] + }, + "files": { + "phpstan.neon": { + "contents": [ + "parameters:", + " level: 6", + " paths:", + " - bin/", + " - config/", + " - public/", + " - src/", + " - tests/", + "" + ], + "executable": false + } + }, + "ref": "d74d4d719d5f53856c9c13544aa22d44144b1819" + } + } +}