forked from php-translation/symfony-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Update master
branch
#2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
* Fix tests: Lock php-http/httplug on latest v1 * Do not allow nyholm/symfony-bundle-test >=v1.8 that causes tests to fail * Remove php-http/httplug as a direct dependency
* Prepare release v0.12.4 * Update Changelog.md * Include merged #451 PR in the changelog
* Stop extending AbstractController to fix some deprecations * Remove container.service_subscriber tag
* Use autowiring for SymfonyProfilerController * Move autowire to the _defaults and remove another arg
* Allow Symfony 6 * Allow 6.0 for missed symfony/phpunit-bridge too
* Fix for deprecated session service in Symfony 6 * Keep Backward compatibility with optional service argument * Fix code styling Co-authored-by: Robbe De Geyndt <robbe.degeyndt@aware.be>
* Fix return type and implement getCatalogues() * Typecast the result of trans() to string * Fix code styles * Fix static PHPStan * Fix code styles one more time * Fix wrong property name - my bad
…ig (#471) * Use a different image for PHP CS Fixer to get latest and upgrade config * Add new cache file from PHP CS Fixer to gitignore * Brake styles * Add --dry-run and --diff * Revert "Brake styles" This reverts commit 5285d20. * Fix all code styles with the new version of PHP CS Fixer * Fix missing: DomXpath -> DOMXPath * Fix some code styles after master rebase
* Prepare release v0.12.5 * Add new PR that was just merged * Mention another merged PR about new PHP CS Fixer image
* fix: used finder->exclude instead of notPath for excludedDirs * docu: updated php comment in SymfonyProfilerController Co-authored-by: Basil Baumgartner <basil.baumgartner@ongoing.ch>
Co-authored-by: Robbe De Geyndt <robbe.degeyndt@aware.be>
* Upgrade the SymfonyBundleTest * Fix code styles * Use either new storage_factory_id or legacy storage_id * Fix tests in EditInPlaceTest * Fix code styles * Introduce legacy config in one more spot * Ignore 29 direct deprecations to make tests green
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.