diff --git a/README.md b/README.md index 5cfb9fa..e3213b3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # symfony-meta PhpStorm meta data for expected arguments completion. + +See https://blog.jetbrains.com/phpstorm/2019/02/new-phpstorm-meta-php-features/ + +## Installation + +You can enable these meta files by installing via Composer: +``` +composer require thomas-schulz/symfony-meta --dev +```