Skip to content

Commit 5a5748c

Browse files
committed
fix: Fix php requirements
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 0a20604 commit 5a5748c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
findUnusedCode="false"
77
resolveFromConfigFile="true"
88
ensureOverrideAttribute="false"
9-
phpVersion="8.1"
9+
phpVersion="8.2"
1010
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
xmlns="https://getpsalm.org/schema/config"
1212
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"

vendor-bin/php-cs-fixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4"
3+
"php": "^8.2 || ^8.3 || ^8.4"
44
},
55
"require-dev": {
66
"friendsofphp/php-cs-fixer": "3.x",

vendor-bin/php-scoper/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
"allow-plugins": {
1111
"cweagans/composer-patches": true

vendor-bin/phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4"
3+
"php": "^8.2 || ^8.3 || ^8.4"
44
},
55
"require-dev": {
66
"phpunit/phpunit": "^10.5.45"

vendor-bin/psalm-phar/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4"
3+
"php": "^8.2 || ^8.3 || ^8.4"
44
},
55
"require-dev": {
66
"vimeo/psalm": "^6.10.0"

0 commit comments

Comments
 (0)