From 026a662ede806d8b4e2a0fde96f559366c045205 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Wed, 15 Aug 2018 08:20:07 +0100 Subject: [PATCH] replace words `extension`/`plugin` with `package` Laravel doc uses the noun `package` to describe those libs (see https://laravel.com/docs/5.6/packages). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6e7711..d8d57c5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # phpstan-laravel -Laravel plugins for [PHPStan](https://github.com/phpstan/phpstan) +Laravel package for [PHPStan](https://github.com/phpstan/phpstan) [![Build Status](https://img.shields.io/travis/Weebly/phpstan-laravel/master.svg?style=flat-square)](https://travis-ci.org/Weebly/phpstan-laravel) ## Usage -To use this extension, require it in [Composer](https://getcomposer.org/): +To use this package, require it in [Composer](https://getcomposer.org/): ``` composer require --dev weebly/phpstan-laravel