Merge remote-tracking branch 'upstream/develop' into 726-games
Showing
... | ... | @@ -22,12 +22,12 @@ |
"ext-pdo": "*", | ||
"ext-curl": "*", | ||
"ext-mbstring": "*", | ||
"monolog/monolog": "^1.22", | ||
"guzzlehttp/guzzle": "^6.2" | ||
"monolog/monolog": "^1.23", | ||
"guzzlehttp/guzzle": "^6.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8|^5.7|^6.1", | ||
"squizlabs/php_codesniffer": "^2.8" | ||
"phpunit/phpunit": "^4.8|^5.7|^6.5", | ||
"squizlabs/php_codesniffer": "^3.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... | @@ -41,13 +41,13 @@ |
}, | ||
"scripts": { | ||
"check-code": [ | ||
"./vendor/bin/phpcs --standard=phpcs.xml -snp --encoding=utf-8 src/ tests/ --report-width=150" | ||
"\"vendor/bin/phpcs\" --standard=phpcs.xml -snp --encoding=utf-8 src/ tests/ --report-width=150" | ||
], | ||
"test": [ | ||
"./vendor/bin/phpunit" | ||
"\"vendor/bin/phpunit\"" | ||
], | ||
"test-cov": [ | ||
"./vendor/bin/phpunit --coverage-clover build/logs/clover.xml" | ||
"\"vendor/bin/phpunit\" --coverage-clover build/logs/clover.xml" | ||
], | ||
"test-cov-upload": [ | ||
"wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment