-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add(linting) Add code linting to GitHub workflow, use php-cs-fixer #283
Conversation
1aa4aa1
to
add19ae
Compare
Based on this table we can drop 5.3 and mark 5.4 as the minimum at next version. My opinion is that everything should be dropped below 5.6. |
From my point of view, every unsupported version could be dropped, as already mentioned in the linked issue and due to the fact, that we are only adding support for newer php versions. One could simply use an older version of sf1, if php 5.x is a must. Edit: If the next release with any other platform requirement is versioned as 1.6, we could supply a fix for 1.5 in the rare case we are doing any bugfixing at all. |
I would then propose to:
I suggest to keep php v7.4 as min version to still support OS not yet shipping with php 8.x: this would allow a painless upgrade for those servers, while gaining some new language features |
I'd keep master (or rename it to main) instead of a version name as the current working branch (step 3), but I agree with all other steps. |
I'd keep the master (or main) branch too, but the other steps looks good to me. If you specify the minimum version for the 1.6.x branch I can go with that in my Next Big Thing branch (spoiler: master...connorhu:symfony1:feature/phpunit ) |
Wow, that's impressive! 👍 |
5e52969
to
c141c91
Compare
cd84b18
to
f364cfa
Compare
@thePanz If you change the indent size in files (which is very fine by me) you would change it in editor config: |
hum, that should be extended for different file extensions, right? btw: I haven't got time to dig into the failures of the tests... any help there? 😊 |
There is the fix: My browser is died under the huge change set so I can't create a review. |
f364cfa
to
686a9cc
Compare
686a9cc
to
39ff538
Compare
Kosonom @connorhu ! |
Fixing the php-cs-fixer is not done, as it would generate tons of changes
@thirsch @connorhu : WDYT of those sets?
Unfortunately the array syntax must be "long" as we support php v5.3 → would it make sense to only support v5.4 onward?