-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '8.5' into fix-negate-quotes
- Loading branch information
Showing
429 changed files
with
7,672 additions
and
4,701 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
/.docker export-ignore | ||
/.github export-ignore | ||
/.phive export-ignore | ||
/.psalm export-ignore | ||
/build export-ignore | ||
/tools export-ignore | ||
/tools/* binary | ||
/tests export-ignore | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.php_cs.dist export-ignore | ||
/build.xml export-ignore | ||
/phpunit.xml export-ignore | ||
/.docker export-ignore | ||
/.github export-ignore | ||
/.phive export-ignore | ||
/.psalm export-ignore | ||
/build export-ignore | ||
/tools export-ignore | ||
/tools/* binary | ||
/tests export-ignore | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.php-cs-fixer.dist.php export-ignore | ||
/build.xml export-ignore | ||
/phpunit.xml export-ignore | ||
|
||
*.php diff=php |
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
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,10 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phive xmlns="https://phar.io/phive"> | ||
<phar name="phpab" version="^1.25" installed="1.25.9" location="./tools/phpab" copy="true"/> | ||
<phar name="php-cs-fixer" version="^2.16" installed="2.16.4" location="./tools/php-cs-fixer" copy="true"/> | ||
<phar name="phpab" version="^1.25" installed="1.26.0" location="./tools/phpab" copy="true"/> | ||
<phar name="php-cs-fixer" version="^3.0" installed="3.0.0" location="./tools/php-cs-fixer" copy="true"/> | ||
<phar name="phpdox" version="^0.12" installed="0.12.0" location="./tools/phpdox" copy="true"/> | ||
<phar name="phploc" version="^4.0" installed="4.0.1" location="./tools/phploc" copy="true"/> | ||
<phar name="psalm" version="^3.6" installed="3.16.0" location="./tools/psalm" copy="true"/> | ||
<phar name="humbug/php-scoper" version="^0.13.2" installed="0.13.5" location="./tools/php-scoper" copy="true"/> | ||
<phar name="psalm" version="^4.0" installed="4.7.1" location="./tools/psalm" copy="true"/> | ||
<phar name="humbug/php-scoper" version="^0.13.9" installed="0.14.1" location="./tools/php-scoper" copy="true"/> | ||
<phar name="roave/backwardcompatibilitycheck" version="^5.0.0" installed="5.0.0" location="./tools/roave-backward-compatibility-check" copy="true"/> | ||
<phar name="composer" version="^2.0.3" installed="2.0.13" location="./tools/composer" copy="true"/> | ||
</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.