Skip to content

Commit

Permalink
Composer: Declare maximum supported PHP version explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk authored and f3l1x committed Apr 12, 2022
1 parent 49b8415 commit 9d6f2dc
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 @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.2 <8.2",
"contributte/di": "^0.5.0",
"doctrine/dbal": "^2.9.2",
"nettrine/cache": "^0.3.0"
Expand Down

0 comments on commit 9d6f2dc

Please sign in to comment.