Skip to content

Commit

Permalink
fix(composer): enforce php 8.0 compatibility on mozart as well
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Citharel <[email protected]>
  • Loading branch information
tcitworld committed Sep 2, 2024
1 parent 1005427 commit cd172f3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
7 changes: 6 additions & 1 deletion vendor-bin/mozart/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"require-dev": {
"coenjacobs/mozart": "^0.7.1"
}
},
"config": {
"platform": {
"php": "8.0.2"
}
}
}
73 changes: 37 additions & 36 deletions vendor-bin/mozart/composer.lock

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

0 comments on commit cd172f3

Please sign in to comment.