Skip to content

Commit e01f9a3

Browse files
Merge pull request #4 from codenamephp/update/php
Drop PHP8.1
2 parents f7a5cd4 + 4ec769d commit e01f9a3

File tree

9 files changed

+16718
-10695
lines changed

9 files changed

+16718
-10695
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
ci:
2020
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
2121
with:
22-
php-versions: '["8.1","8.2","8.3"]'
22+
php-versions: '["8.2","8.3"]'

.idea/deployer.secrets.iml

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

.idea/php.xml

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

.phive/phars.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
~
1717
-->
1818
<phive xmlns="https://phar.io/phive">
19-
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.1.3"/>
19+
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.5.7"/>
2020
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.19.0"/>
21-
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.8"/>
22-
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.6.0"/>
23-
<phar name="infection" version="^0.27" location="./tools/infection" copy="true" installed="0.27.0"/>
21+
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.11"/>
22+
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.8.0"/>
23+
<phar name="infection" version="^0.27" location="./tools/infection" copy="true" installed="0.27.9"/>
2424
</phive>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.2",
1414
"codenamephp/deployer.base": "^3.0",
1515
"codenamephp/platform.secretsmanager.base": "^1.0.1",
1616
"deployer/deployer": "^7.2"

tools/composer-require-checker

11.5 KB
Binary file not shown.

tools/composer-unused

3.01 MB
Binary file not shown.

tools/infection

-4.3 KB
Binary file not shown.

tools/phpunit.phar

Lines changed: 16710 additions & 10686 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)