-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Symfony 7, drop support for Symfony 5 (#46)
* Updated components - still failing psalm * Update docker setup * Update CI setup * Switched to PHP 8.3 as default * Updated ids and symfony packages * Updated Psalm and PHP cs fixer * Fix psalm issues * Fix more psalm issues * Fix last psalm issues * Improve comments * Prepared docs for newest release --------- Co-authored-by: Christian Kolb <[email protected]>
- Loading branch information
1 parent
fcaea3c
commit fc090ef
Showing
35 changed files
with
1,126 additions
and
1,064 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
zend_extension=xdebug | ||
xdebug.mode=off | ||
xdebug.start_with_request=trigger | ||
xdebug.discover_client_host=0 | ||
xdebug.client_host=host.docker.internal | ||
xdebug.output_dir=/var/www/html/var/profiler | ||
xdebug.profiler_output_name=cachegrind.out.%R.%t |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
zend_extension=xdebug | ||
xdebug.mode=off | ||
xdebug.start_with_request=trigger | ||
xdebug.discover_client_host=0 | ||
xdebug.client_host=host.docker.internal | ||
xdebug.output_dir=/var/www/html/var/profiler | ||
xdebug.profiler_output_name=cachegrind.out.%R.%t |
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.