Skip to content

Commit 37550c0

Browse files
authored
Added php versions constraints to each tool composer.json file (#1922)
1 parent 7227105 commit 37550c0

File tree

21 files changed

+143
-113
lines changed

21 files changed

+143
-113
lines changed

composer.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/blackfire/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "flow-php/flow-tools",
33
"description": "Flow PHP ETL - Tools",
44
"require-dev": {
5+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
56
"blackfire/php-sdk": "^2.3"
67
},
78
"config": {

tools/blackfire/composer.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/box/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "flow-php/flow-tools",
33
"description": "Flow PHP ETL - Tools",
44
"require-dev": {
5+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
56
"humbug/box": "^4.4"
67
},
78
"config": {

tools/box/composer.lock

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/cs-fixer/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "flow-php/flow-tools",
33
"description": "Flow PHP ETL - Tools",
44
"require-dev": {
5+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
56
"friendsofphp/php-cs-fixer": "~3.68"
67
},
78
"config": {

0 commit comments

Comments
 (0)