This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make adapter compatible with PHP8 (#22)
* Added missing properties to Symfonys FlattenException. * Added symfony 5.1. * The throwable is an interface, we need a concrete implementation. * Made package php8 compatible and updated packages. * Added php8 to tests. * We want to make it compatible only to php7.4 and 8.0.c * PHPUnit has to be on 8.* for php 7.2. * Try to widen the matrix. * All e2e tests are allowed to fail. * Modified deprecated classes. * Added php-coveralls for composer. Co-authored-by: Christoph Quadt <[email protected]>
- Loading branch information
Showing
4 changed files
with
21 additions
and
31 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
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