Skip to content

Commit

Permalink
Merge pull request #4 from handcraftedinthealps/feature/php8-support
Browse files Browse the repository at this point in the history
Add support for PHP 8
  • Loading branch information
niklasnatter authored Feb 23, 2021
2 parents 2292bfb + 46b9285 commit c1e8bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"bin": ["bin/code-coverage-checker"],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"symfony/console": "^2.8 || ^3.0 || ^4.0 || ^5.0"
}
}

0 comments on commit c1e8bed

Please sign in to comment.