Skip to content

Commit

Permalink
47 - update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
teiling88 committed Feb 15, 2024
1 parent 8de3790 commit 1c1c0c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions phive.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^3.11.0" installed="3.11.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="phpstan" version="^1.8" installed="1.8.8" location="./tools/phpstan" copy="true"/>
<phar name="php-cs-fixer" version="^3.11.0" installed="3.49.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="phpstan" version="^1.8" installed="1.10.58" location="./tools/phpstan" copy="true"/>
</phive>
2 changes: 0 additions & 2 deletions tests/Helper/ApiDummyResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace FastBillSdkTest\Helper;

use Psr\Http\Message\MessageInterface;
Expand Down
Binary file modified tools/php-cs-fixer
Binary file not shown.
Binary file modified tools/phpstan
Binary file not shown.

0 comments on commit 1c1c0c2

Please sign in to comment.