Skip to content

Commit df60a3e

Browse files
committed
removed phpstan/phpstan from local build, check only in remote ci build
1 parent bf5f130 commit df60a3e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ services:
1818
before_script:
1919
- composer self-update
2020
- composer require php-coveralls/php-coveralls
21+
- composer require phpstan/phpstan
2122
- mysql -e 'CREATE DATABASE IF NOT EXISTS ez_test;'
2223
- mysql -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
2324
- psql -c 'CREATE DATABASE ez_test;' -U postgres

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ install:
8383
- cd c:\projects\php-project-workspace
8484
- composer self-update
8585
- composer require php-coveralls/php-coveralls
86+
- composer require phpstan/phpstan
8687

8788
build_script:
8889
# postgres

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
}
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": ">5.7.0",
41-
"phpstan/phpstan": "^0.11.5"
40+
"phpunit/phpunit": ">5.7.0"
4241
},
4342
"autoload-dev": {
4443
"psr-4": {

0 commit comments

Comments
 (0)