Skip to content

Commit

Permalink
Update composer.json to support php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
modstore authored Jul 19, 2022
1 parent 4450165 commit 1234cd5
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 @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.1|^8.0",
"php": "^7.1|^8.0|^8.1",
"illuminate/support": ">=6.0"
},
"require-dev": {
Expand Down

0 comments on commit 1234cd5

Please sign in to comment.