Skip to content

Commit

Permalink
feat: Add PHP 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Melvin Versluijs committed May 20, 2022
1 parent 896ccf3 commit a7591bc
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 177 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": "~7.4.0 || ~8.0.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"composer-plugin-api": "^2.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit a7591bc

Please sign in to comment.