Allow PHP 8

This commit is contained in:
Daniil Gentili 2021-09-13 11:27:28 +02:00 committed by GitHub
parent d6f4f5503e
commit f37b419642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
}
},
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"vimeo/psalm": "^4.6.1"
},
"autoload": {