Skip to content

Commit

Permalink
Update PHPUnit and ParaTest
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-bruha committed Mar 8, 2019
1 parent 1871f53 commit 294eb85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,9 +1,9 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot

before_script:
- composer install -o --no-ansi --no-suggest
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -14,18 +14,18 @@
},
"require": {
"php": "^7.1",
"brianium/paratest": "^2.2",
"brianium/paratest": "^3.0",
"consistence/coding-standard": "^3.8",
"cweagans/composer-patches": "^1.6",
"infection/infection": "^0.12",
"php-mock/php-mock-phpunit": "^2.1",
"php-mock/php-mock-phpunit": "^2.2",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-doctrine": "^0.11",
"phpstan/phpstan-nette": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^8.0",
"slevomat/coding-standard": "^5.0",
"squizlabs/php_codesniffer": "^3.4",
"stesie/phpcs-doctrine-annotation-rules": "^1.2"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
@@ -1,4 +1,4 @@
<phpunit>
<phpunit cacheResult="false">
<testsuites>
<testsuite name="Tests">
<directory>tests</directory>
Expand Down

0 comments on commit 294eb85

Please sign in to comment.