Skip to content

Commit 7c962a2

Browse files
committed
chore: bump php minimum version to 8.2 as defined at server side
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 92a9a59 commit 7c962a2

File tree

13 files changed

+304
-222
lines changed

13 files changed

+304
-222
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bamarni/composer-bin-plugin": true
1414
},
1515
"platform": {
16-
"php": "8.1"
16+
"php": "8.2"
1717
}
1818
},
1919
"scripts": {

composer.lock

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

vendor-bin/coding-standard/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"config": {
77
"platform": {
8-
"php": "8.1"
8+
"php": "8.2"
99
}
1010
}
1111
}

vendor-bin/coding-standard/composer.lock

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

vendor-bin/openapi-extractor/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"config": {
66
"platform": {
7-
"php": "8.1"
7+
"php": "8.2"
88
}
99
}
1010
}

vendor-bin/openapi-extractor/composer.lock

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

vendor-bin/php-coveralls/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"config": {
66
"platform": {
7-
"php": "8.1"
7+
"php": "8.2"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)