-
Notifications
You must be signed in to change notification settings - Fork 398
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
allow Symfony v7 #1992
allow Symfony v7 #1992
Conversation
…nications/Propel2 into allow_symfony_7 # Conflicts: # src/Propel/Runtime/Validator/Constraints/Date.php # tests/Propel/Tests/Common/Config/Loader/FileLoaderTest.php
Can we get this merged and tag a new beta version @PhilinTv? |
"symfony/finder": "^4.4.0 || ^5.0.0 || ^6.0.0", | ||
"symfony/translation": "^4.4.0 || ^5.0.0 || ^6.0.0", | ||
"symfony/validator": "^4.4.0 || ^5.0.0 || ^6.0.0" | ||
"symfony/yaml": "^4.4.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", |
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.
Feels like the right time to drop 4x support 😈
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.
Great PR! Clean and clear 💎
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1992 +/- ##
=========================================
Coverage 89.28% 89.28%
Complexity 8058 8058
=========================================
Files 232 232
Lines 24534 24534
=========================================
Hits 21905 21905
Misses 2629 2629
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.