mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-26 00:38:44 +05:30
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:
parent
f327f14347
commit
ad25ce897b
@ -4,6 +4,8 @@ php:
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
- '7.3'
|
||||
- '7.4'
|
||||
- '8.0'
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
@ -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
766
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user