Skip to content

Commit

Permalink
fix typo in php version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
wakebit committed Mar 31, 2022
1 parent 4bb1e31 commit 22c1312
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|^7.3|7.4|^8.0|^8.1",
"php": "^7.2|^7.3|^7.4|^8.0|^8.1",
"cycle/annotated": "^2.0",
"cycle/migrations": "^1.0",
"cycle/orm": "^1.1",
Expand Down

0 comments on commit 22c1312

Please sign in to comment.