File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ services:
1818before_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
Original file line number Diff line number Diff 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
8788build_script :
8889 # postgres
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments