Skip to content

Commit 5c42e26

Browse files
committed
lower the php version dependency to 8.1
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent e71b629 commit 5c42e26

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

β€Žcomposer.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"require": {
1010
"league/commonmark": "^2.3",
11-
"php": "^8.2",
11+
"php": "^8.1",
1212
"bamarni/composer-bin-plugin": "^1.8"
1313
},
1414
"scripts": {
@@ -30,7 +30,7 @@
3030
"optimize-autoloader": true,
3131
"classmap-authoritative": true,
3232
"platform": {
33-
"php": "8.2"
33+
"php": "8.1"
3434
},
3535
"allow-plugins": {
3636
"bamarni/composer-bin-plugin": true,

β€Žcomposer.lockβ€Ž

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

β€Žvendor-bin/php-cs-fixer/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.2"
7+
"php": "8.1"
88
}
99
}
1010
}

β€Žvendor-bin/php-cs-fixer/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/phpunit/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.2"
7+
"php": "8.1"
88
}
99
}
1010
}

β€Žvendor-bin/phpunit/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/psalm/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.2"
7+
"php": "8.1"
88
}
99
}
1010
}

β€Žvendor-bin/psalm/composer.lockβ€Ž

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

0 commit comments

Comments
Β (0)