Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
- Support PHP 8.0
  • Loading branch information
mattrabe committed Feb 7, 2022
1 parent 8d3159b commit 071a8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "fpcs/php-coding-standard",
"version": "2.0.1",
"version": "2.0.2",
"type": "library",
"description": "The FPCS PHP coding standard",
"license": "MIT",
"require": {
"php": "^7.3||^7.4||^8.1",
"php": "^7.3||^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"sirbrillig/phpcs-import-detection": "^1.3",
"symplify/easy-coding-standard": "^9.3",
Expand Down

0 comments on commit 071a8cf

Please sign in to comment.