Skip to content

Commit

Permalink
build: Configure the platform for the vendor bins
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jun 17, 2024
1 parent 6170294 commit b91a9a4
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
6 changes: 5 additions & 1 deletion vendor-bin/infection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"config": {
"allow-plugins": {
"infection/extension-installer": true
}
},
"platform": {
"php": "8.2"
},
"sort-packages": true
}
}
3 changes: 3 additions & 0 deletions vendor-bin/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
},

"config": {
"platform": {
"php": "8.2"
},
"sort-packages": true
}
}
5 changes: 4 additions & 1 deletion vendor-bin/php-cs-fixer/composer.lock

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

7 changes: 7 additions & 0 deletions vendor-bin/phpbench/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"require-dev": {
"phpbench/phpbench": "^1.2"
},

"config": {
"platform": {
"php": "8.2"
},
"sort-packages": true
}
}
7 changes: 7 additions & 0 deletions vendor-bin/rector/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"require-dev": {
"rector/rector": ">=0.14"
},

"config": {
"platform": {
"php": "8.2"
},
"sort-packages": true
}
}

0 comments on commit b91a9a4

Please sign in to comment.