-
-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 3.7.x: (21 commits) Allow doctrine/deprecations 1.0 (#1358) Drop support for Symfony 4 (#1352) Modernize codebase for PHP 8 (#1351) Remove docs from the archives (#1356) Ditch action in favor of running tool directly (#1354) Fix PHPStan errors after PHPUnit update (#1350) Add sh to .gitattributes Update .gitattributes Avoid complex mock building Migrate to PHPUnit 10 Make data providers static Remove unneeded phpcs rule Suffix abstract test class with TestCase Add details to sync-metadata-storage's help Update coding standard to v12 Remove ignore rule for @method-provided method build: Use the new compactors build: Fix cleanup of the backup composer lock file Add attributes to commands removed preceding whitespace in front of colons ...
- Loading branch information
Showing
167 changed files
with
1,006 additions
and
1,598 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,9 +1,13 @@ | ||
build/* export-ignore | ||
/docs export-ignore | ||
/tests export-ignore | ||
/.* export-ignore | ||
box.json.dist export-ignore | ||
build.properties.dev export-ignore | ||
build.xml export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/phpcs.xml.dist export-ignore | ||
/phpstan.neon.dist export-ignore | ||
composer.lock export-ignore | ||
/download-box.sh export-ignore | ||
/build-phar.sh export-ignore |
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
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
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.