Skip to content

Commit 32f4ea7

Browse files
authored
Merge pull request #144 from jonathan-shahen/edchk-143
adding php 8.0 support
2 parents 52d3fb3 + c05742d commit 32f4ea7

2 files changed

Lines changed: 207 additions & 21 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^7.2"
23+
"php": "^7.2 || ^8.0"
2424
},
2525
"require-dev": {
2626
"squizlabs/php_codesniffer": "^3.4",

0 commit comments

Comments
 (0)