Skip to content

Commit

Permalink
Composer: Mark explicitly compatibility of tested PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed Jun 6, 2023
1 parent 12af169 commit d555dba
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.2",
"php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit d555dba

Please sign in to comment.