Skip to content

Commit ec59995

Browse files
committed
chore: bump php minimum version to 8.2 as defined at server side
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent acc3851 commit ec59995

16 files changed

Lines changed: 339 additions & 256 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bamarni/composer-bin-plugin": true
2626
},
2727
"platform": {
28-
"php": "8.1"
28+
"php": "8.2"
2929
}
3030
},
3131
"scripts": {

composer.lock

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

lib/Vendor/.gitkeep

Whitespace-only changes.

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)