Fixed PHP 8.0 builds

This commit is contained in:
Graham Campbell
2020-07-09 09:38:20 +01:00
parent 7c87da1725
commit 44319e2691
2 changed files with 30 additions and 30 deletions
+4 -4
View File
@@ -15,13 +15,13 @@
],
"require": {
"php": "^7.2 || ^8.0",
"phpdocumentor/type-resolver": "^1.0",
"webmozart/assert": "^1",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1",
"phpdocumentor/reflection-common": "^2.2",
"ext-filter": "*"
},
"require-dev": {
"mockery/mockery": "1.3.*"
"mockery/mockery": "~1.3.2"
},
"autoload": {
"psr-4": {