Skip to content

Commit 6ee45f2

Browse files
committed
min php 8.1 supported
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 066c3ac commit 6ee45f2

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.0 || ^8.1 || ^8.2 || ^8.3",
14+
"php": "^8.1 || ^8.2 || ^8.3",
1515
"bamarni/composer-bin-plugin": "^1.8"
1616
},
1717
"scripts": {

composer.lock

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

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
findUnusedBaselineEntry="true"
1010
findUnusedCode="false"
1111
resolveFromConfigFile="true"
12-
phpVersion="8.0"
12+
phpVersion="8.1"
1313
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1414
xmlns="https://getpsalm.org/schema/config"
1515
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
@@ -4,7 +4,7 @@
44
},
55
"config": {
66
"platform": {
7-
"php": "8.0"
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.0"
7+
"php": "8.1"
88
}
99
}
1010
}

vendor-bin/phpunit/composer.lock

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

vendor-bin/psalm-phar/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.0"
7+
"php": "8.1"
88
}
99
}
1010
}

vendor-bin/psalm-phar/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.

0 commit comments

Comments
 (0)