Skip to content

Commit

Permalink
Update php version requirement
Browse files Browse the repository at this point in the history
Since psalm v5, it needs php:^7.4
  • Loading branch information
sasezaki authored Nov 26, 2023
1 parent 5815538 commit 21395fb
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 @@ -3,7 +3,7 @@
"description": "Composer-based Psalm Phar",
"license": ["MIT"],
"require": {
"php": "^7.1 || ^8.0"
"php": "^7.4 || ^8.0"
},
"conflict": {
"vimeo/psalm" : "*"
Expand Down

0 comments on commit 21395fb

Please sign in to comment.