Skip to content

Commit

Permalink
Merge pull request #4 from thyseus/patch-1
Browse files Browse the repository at this point in the history
Allow project to be used in php8.1 projects
  • Loading branch information
imanghafoori1 authored Dec 15, 2021
2 parents 06a8ebc + aa03cf7 commit fc9c98d
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 @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.1.3|8.0.*",
"php": "^7.1.3|8.0.*|8.1.*",
"imanghafoori/php-token-analyzer": "^0.1.2"
},
"require-dev": {
Expand Down

0 comments on commit fc9c98d

Please # to comment.