-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add Symfony 7 support #139
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
6b6e7ef
Update Dependecies
f16a0d5
Set TreeBuilder Interface
d1db4bd
Update php versions in tests
939d737
Update composer.json
TheCadien 89b5c56
Remove 5.0 support of php-matcher
fbed77a
Fix tests
157ff4d
Remove old php versions
77d84e2
Update PHPUnit
c6e1c23
Update PHPStan
f118784
update phpstan-prophecy
b98bc88
update phpstan-strict-rules
42fe066
Fix lint
d92c588
Change Tests for different Sulu Versions
5e5e398
Add min release for php matcher
fb023ac
set php matcher to 6.0.15
f273908
test again
849c5d8
Set Min version to 13
a9e4c42
Remove empty line
b63bf87
Run CS fixer
3d7f9f4
try higher phpunit version
ca4e743
Update phpunit
cb78135
try massiv search 2.9.1
9874ca4
Change Tests and minimum to php 8
10de126
Fix version typo
9fc87f3
Allow lower phper matcher
ce5fbb4
downgrade phpunit
119b136
try special php version
378dc46
try php 9.6
fccc294
Add Symfony 7 support
52bd36d
Test against Symfony 7 compatibility
alexander-schranz e3701ee
Test Symfony 7
alexander-schranz 059da68
Fix test for dev branch
alexander-schranz 0da65f9
Test 8.2 and 8.3 PHP against Symfony 7 rest against stable branches
alexander-schranz 84b5bf6
Fix failing Symfony 6.0 tests by require atleast 5.4 or 6.3
alexander-schranz 588eafd
Fix PHP 8.0 compatibility for tests to avoid mixed versions there
alexander-schranz 7d14e43
Remove not required security bundle requirement
alexander-schranz d19f9cf
Merge branch 'symfony-7-support' of github.com:TheCadien/SuluHeadless…
6e3bd27
Remove fork
alexander-schranz 6c378d7
Remove fork branch installation
alexander-schranz 958213b
Upgrade jackalope for symfony/console 7.0
alexander-schranz ba3f34c
Fix PHP 7.3 compatibility
alexander-schranz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheCadien PS: the jackalope versions need also be upgrade to support Symfony 7 else you still will get Symfony 6.4 for example for symfony/console.