Skip to content

Commit

Permalink
Force generator to use PHP 8.1.x (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Nov 29, 2024
1 parent db4cd02 commit d43727a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
"phpstan": "phpstan analyse",
"cs-fix": "phpcbf",
"cs-check": "phpcs"
},
"config": {
"platform": {
"php": "8.1.31"
}
}
}

0 comments on commit d43727a

Please sign in to comment.