Skip to content

Commit

Permalink
Make CI happy with platform constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
prewk committed Oct 30, 2023
1 parent 3b0e4b7 commit 0daac82
Show file tree
Hide file tree
Showing 2 changed files with 382 additions and 299 deletions.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -12,7 +12,10 @@
"test": "phpspec run && psalm"
},
"config": {
"bin-dir": "bin"
"bin-dir": "bin",
"platform": {
"php": "7.3"
}
},
"authors": [
{
Expand Down

0 comments on commit 0daac82

Please sign in to comment.