-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for PHP 8.0 and support Symfony 6.4 (#52)
* Drop support for PHP 8.0 and support Symfony 6.4 BREAKING CHANGES - Remove support for PHP 8.0 - Drop support for Symfony 4.4 - Upgrade to only support Symfony 5.4 or 6.4 - Upgrade kununu/data-fixtures to v11.0 (imply same breaking changes as of that version) - Use Symfony 6.4 components for development - Rename classes that had "ElasticSearch" to "Elasticsearch" - Upgrade to PHPUnit 10.5 - Fix tests - Split test directories for unit and integration tests - Update documentation - Upgrade CI workflow to use PHP 8.1
- Loading branch information
1 parent
a8422e2
commit 44e9567
Showing
101 changed files
with
691 additions
and
816 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,11 @@ | ||
.php_cs.cache | ||
composer.lock | ||
.idea/ | ||
.php_cs.cache | ||
.phpunit.cache | ||
.phpunit.result.cache | ||
tests/App/var/ | ||
vendor/ | ||
composer.lock | ||
tests/.results/ | ||
tests/App/.env.test | ||
tests/App/.env.local | ||
tests/App/.env.test | ||
tests/App/var/ | ||
vendor/ | ||
phpunit.log |
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.