Update composer.json to support symfony 6.4#2
Open
msklenica wants to merge 3 commits into99designs:masterfrom
Open
Update composer.json to support symfony 6.4#2msklenica wants to merge 3 commits into99designs:masterfrom
msklenica wants to merge 3 commits into99designs:masterfrom
Conversation
added 2 commits
August 14, 2024 16:50
Support for docker, rector + upgraded phpunit and updated test
…y fixes and improvements This commit includes all changes for the v2.0.0 release: Core Upgrade: - Upgraded GraphQL-php dependency to v2.0.0 - Updated Symfony support to 7.4 - Updated PHP requirement to 8.4 Security Fixes: - Fixed critical guard compiler pass logic error - Enhanced null safety in SymfonyContainer - Improved file operation error handling - Updated file permissions (0755 instead of 0777) Code Quality: - Applied modern PHP 8.4+ syntax improvements - Full strict type declarations (declare(strict_types=1)) - Fixed SymfonyContainer ContainerInterface compliance - Removed unused variables and dead code - Applied Rector modernization New Files: - Execution/Payload/PayloadParser.php - Request payload parsing - Config/Constants.php - Configuration constants - AGENTS.md - Development guide - CHANGELOG.md - Version history - RELEASE_NOTES.md - Release documentation Test Coverage: - Added 6 new comprehensive test files - All 53 tests passing (100%) - Full project code review completed (A grade) Files Modified: 39 Insertions: +1862 Deletions: -575
Release/2.0.0
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
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.
Support for docker, rector + upgraded phpunit and updated test