-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The GPG keys used to sign the PHARs are no longer available, which breaks installation of PHP_CodeSniffer (and its fixer), which breaks the build. In `main`, we already dropped the tool in #468.
- Loading branch information
1 parent
6f37a7a
commit e4540be
Showing
4 changed files
with
2 additions
and
29 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,7 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phive xmlns="https://phar.io/phive"> | ||
<phar name="php-cs-fixer" version="^3.13.2" installed="3.68.1" location="./.phive/php-cs-fixer.phar" copy="false"/> | ||
<phar name="phpcbf" version="^3.7.1" installed="3.11.2" location="./.phive/phpcbf.phar" copy="false"/> | ||
<phar name="phpcs" version="^3.7.1" installed="3.11.2" location="./.phive/phpcs.phar" copy="false"/> | ||
<phar name="phpstan" version="^1.9.14" installed="1.12.15" location="./.phive/phpstan.phar" 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
This file was deleted.
Oops, something went wrong.