We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4699c3f commit 153c664Copy full SHA for 153c664
.travis.yml
@@ -9,9 +9,6 @@ env:
9
- COMPOSER_OPTS=""
10
- COMPOSER_OPTS="--prefer-lowest"
11
12
-before_install:
13
- - composer self-update
14
-
15
install:
16
- composer update --prefer-dist --no-interaction $COMPOSER_OPTS
17
README.md
@@ -1,6 +1,8 @@
1
# phpstan-laravel
2
Laravel plugins for [PHPStan](https://github.com/phpstan/phpstan)
3
4
+[](https://travis-ci.org/Weebly/phpstan-laravel)
5
+
6
## Usage
7
8
To use this extension, require it in [Composer](https://getcomposer.org/):
0 commit comments