Skip to content

Commit 1926d73

Browse files
authored
Merge pull request #936 from Roave/renovate/azjezz-psl-4.x
Drop PHP 8.2 support, upgrade `azjezz/psl` to `^4.0.1`
2 parents 73bbbf8 + dcc2f9a commit 1926d73

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
dependencies:
4646
- "locked"
4747
php-version:
48-
- "8.2"
4948
- "8.3"
5049
- "8.4"
5150
operating-system:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "roave/backward-compatibility-check",
33
"description": "Tool to compare two revisions of a public API to check for BC breaks",
44
"require": {
5-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
5+
"php": "~8.3.0 || ~8.4.0",
66
"ext-dom": "*",
77
"ext-json": "*",
88
"ext-libxml": "*",
99
"ext-simplexml": "*",
10-
"azjezz/psl": "^3.3.0",
10+
"azjezz/psl": "^4.0.1",
1111
"composer/composer": "^2.8.12",
1212
"nikic/php-parser": "^5.6.1",
1313
"nikolaposa/version": "^4.2.1",
@@ -58,7 +58,7 @@
5858
"config": {
5959
"sort-packages": true,
6060
"platform": {
61-
"php": "8.2.99"
61+
"php": "8.3.99"
6262
},
6363
"allow-plugins": {
6464
"dealerdirect/phpcodesniffer-composer-installer": true,

composer.lock

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

0 commit comments

Comments
 (0)