Skip to content

Commit

Permalink
Fixes PHP version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
victorwelling committed Jul 29, 2021
1 parent 5cd723f commit 1da8c1a
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 @@ -19,8 +19,8 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"ext-simplexml": "*",
"php": "^7.2|^8.0",
"shoot/shoot": "^3.2",
"vimeo/psalm": "^4.8"
},
Expand Down

0 comments on commit 1da8c1a

Please sign in to comment.