Re: [BYLAW] Proposal: let PSRs evolve with the language

2019-06-06 Thread Korvin Szanto
Hi Everyone, I'm glad to see this coming up, this is something I've seen discussed a lot on and off the list. It strikes me that asking an implementor to support multiple PSR versions is too much if we're just using composer versions. The only way I can imagine implementing something like that is

Re: [BYLAW] Proposal: let PSRs evolve with the language

2019-06-06 Thread Stefano Torresi
Hey list, First of all, thanks Alessandro for bringing this up. I have given a lot of thought on this topic, which, as most of you will know, has been recurring pretty much since PHP7 was released. I never actually sat down and write these thoughts of mine, though, so I better do it now, finally.

Re: [BYLAW] Proposal: let PSRs evolve with the language

2019-06-06 Thread Matthew Weier O'Phinney
On Thu, Jun 6, 2019 at 4:16 AM Alessandro Lai wrote: > Hello everyone, > I would like to push forward a proposal that is bugging me for so long. > Today I read this comment on our GitHub: > https://github.com/php-fig/fig-standards/pull/1171#issuecomment-499382349 > > Larry correctly shot down the

Re: [BYLAW] Proposal: let PSRs evolve with the language

2019-06-06 Thread Larry Garfield
On Thu, Jun 6, 2019, at 11:16 AM, Alessandro Lai wrote: > Hello everyone, > I would like to push forward a proposal that is bugging me for so long. > Today I read this comment on our GitHub: > https://github.com/php-fig/fig-standards/pull/1171#issuecomment-499382349 > > Larry correctly shot down

Re: Configuration Standard

2019-06-06 Thread Larry Garfield
On Thu, Jun 6, 2019, at 10:35 AM, Marco Aurélio Deleu wrote: > Hi everyone, > > I was wondering if there ever was or if there is interest in defining a > standard for configurations / settings that would mostly benefit > package deveiclopers. A few months ago Laravel 5.8 broke a lot of > packag

Re: [BYLAW] Proposal: let PSRs evolve with the language

2019-06-06 Thread Woody Gilk
Alessandro, Thank you for taking this on! I completely agree with everything you said, and I would also add this to the summary: - if possible, additions to the spec should be resolvable in implementations by running a tool such as phpcbf or php-cs-fixer -- Woody Gilk https://shadowhand.me On

[BYLAW] Proposal: let PSRs evolve with the language

2019-06-06 Thread Alessandro Lai
Hello everyone, I would like to push forward a proposal that is bugging me for so long. Today I read this comment on our GitHub: https://github.com/php-fig/fig-standards/pull/1171#issuecomment-499382349 Larry correctly shot down the last in a long list of small PRs that our approved PSRs had re

Configuration Standard

2019-06-06 Thread Marco Aurélio Deleu
Hi everyone, I was wondering if there ever was or if there is interest in defining a standard for configurations / settings that would mostly benefit package developers. A few months ago Laravel 5.8 broke a lot of packages by changing how .env files are handled, which led to this really good ar