Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down