Skip to content

Commit 2071ef5

Browse files
Merge pull request #20 from codenamephp/update/php
Drop support for PHP8.1
2 parents ec5811b + 42ad020 commit 2071ef5

8 files changed

Lines changed: 10727 additions & 5511 deletions

File tree

.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.base.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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
"deployer/deployer": "^7.0",
1515
"symfony/console": "^6.1"
1616
},

phive.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
~ limitations under the License.
1616
-->
1717
<phive xmlns="https://phar.io/phive">
18-
<phar name="phpunit" version="^10.0" installed="10.2.0" location="./tools/phpunit.phar" copy="true"/>
18+
<phar name="phpunit" version="^10.0" installed="10.5.5" location="./tools/phpunit.phar" copy="true"/>
1919
<phar name="psalm" version="^5.0" installed="5.18.0" location="./tools/psalm" copy="true"/>
20-
<phar name="composer-unused" version="^0.8" installed="0.8.9" location="./tools/composer-unused.phar" copy="true"/>
21-
<phar name="composer-require-checker" version="^4.0" installed="4.6.0" location="./tools/composer-require-checker" copy="true"/>
20+
<phar name="composer-unused" version="^0.8" installed="0.8.11" location="./tools/composer-unused.phar" copy="true"/>
21+
<phar name="composer-require-checker" version="^4.0" installed="4.8.0" location="./tools/composer-require-checker" copy="true"/>
2222
<phar name="infection" version="^0.26" installed="0.26.21" location="./tools/infection" copy="true"/>
2323
</phive>

tools/composer-require-checker

11.5 KB
Binary file not shown.

tools/composer-unused.phar

2.99 MB
Binary file not shown.

tools/phpunit.phar

Lines changed: 10718 additions & 5501 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)