Skip to content

Commit

Permalink
fixup! Add composer platform config
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Dec 21, 2021
1 parent 16c1e17 commit 2744c1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"prefer-stable" : true,
"config": {
"platform": {
"php": "^7.3|^8.0"
"php": "7.3"
}
},
"require-dev": {
Expand Down
19 changes: 11 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2744c1b

Please sign in to comment.