-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade PHPStan and use Composer v2 (#62)
* Upgrade PHPStan and use Composer v2 * Revert to Composer v2.2 * Fix Composer version * Fix CI * Upgrade actions/cache action * Upgrade OS version in CI
- Loading branch information
1 parent
f5659d8
commit a1fe637
Showing
6 changed files
with
110 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="composer-normalize" version="^2.6.1" installed="2.6.1" location="./tools/composer-normalize" copy="false"/> | ||
<phar name="phpcs" version="^3.5.6" installed="3.5.6" location="./tools/phpcs" copy="false"/> | ||
<phar name="composer-normalize" version="~2.28" installed="2.28.3" location="./tools/composer-normalize" copy="false"/> | ||
<phar name="phpcs" version="^3.5.6" installed="3.7.1" location="./tools/phpcs" copy="false"/> | ||
</phive> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.