1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Bump minimum phpunit 8 version for development

This is in require-dev, so it hopefully should have limited impact.
The travis tests might pick up newer dependencies, though
This commit is contained in:
Tyson Andre 2020-02-20 20:04:16 -05:00 committed by Matthew Brown
parent 088db2d36d
commit 21b89629fc

View File

@ -44,7 +44,7 @@
"brianium/paratest": "^4.0.0",
"phpmyadmin/sql-parser": "5.1.0",
"phpspec/prophecy": ">=1.9.0",
"phpunit/phpunit": "^7.5.16 || ^8.0",
"phpunit/phpunit": "^7.5.16 || ^8.5",
"psalm/plugin-phpunit": "^0.9",
"slevomat/coding-standard": "^5.0",
"squizlabs/php_codesniffer": "^3.5",