Allow PHP 8.0. There is no release since I need to go over the new rules, drop the old PHP versions and reimplement the CI

This commit is contained in:
ErickSkrauch 2021-05-13 16:18:57 +02:00
parent f327f14347
commit ad25ce897b
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
3 changed files with 520 additions and 250 deletions

View File

@ -4,6 +4,8 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
cache:
directories:

View File

@ -16,7 +16,7 @@
"license": "Apache-2.0",
"type": "library",
"require": {
"php": "^7.0",
"php": "^7.0|^8.0",
"friendsofphp/php-cs-fixer": "^2.15.0"
},
"require-dev": {

766
composer.lock generated

File diff suppressed because it is too large Load Diff