Skip to content

Commit

Permalink
Upgrade dependencies and fix style (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaedl authored Dec 2, 2024
1 parent 98f0cad commit 33ea050
Show file tree
Hide file tree
Showing 7 changed files with 4,413 additions and 4,412 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: "Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4
coverage: none
tools: phive

Expand All @@ -39,7 +39,7 @@ jobs:
- name: "Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4
coverage: none
tools: phive

Expand Down
6 changes: 3 additions & 3 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^3.0" installed="3.35.1" location="./tools/php-cs-fixer" copy="true"/>
<phar name="phpunit" version="^9.0" installed="9.6.13" location="./tools/phpunit" copy="true"/>
<phar name="phpstan" version="^1.0" installed="1.10.38" location="./tools/phpstan" copy="true"/>
<phar name="php-cs-fixer" version="^3.0" installed="3.65.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="phpunit" version="^9.0" installed="9.6.21" location="./tools/phpunit" copy="true"/>
<phar name="phpstan" version="^1.0" installed="1.12.12" location="./tools/phpstan" copy="true"/>
</phive>
Loading

0 comments on commit 33ea050

Please sign in to comment.