This does not solve the biggest issue with the best option (staying with the same namespace): projects cannot use two versions of the same interfaces during a migration. So your suggestion doesn't work. My suggestion would, as the namespace would be different between interface revisions arising from emerging language features.
On Apr 14, 2017, at 11:21 PM, Adrien Crivelli <[email protected]<mailto:[email protected]>> wrote: Psr71\Log for the revision that takes advantage of PHP 7.1 If we really need to use number in the namespace, then let's not introduce yet another number with PHP versions, but stick to PSR number themselves. so \Psr\Psr20\LoggerInterface, as one of the options suggested in the survey. I think it is more straightforward than an arbitrary project versions, such as \Psr\Log\V2\LoggerInterface or an unusual PHP version such as \Psr71\LoggerInterface. -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/CACjDtnLLLqz1OxZwKRoO%2B-N-8q%3DdrsVWMeTOqwyrLawbNLBhbA%40mail.gmail.com<https://groups.google.com/d/msgid/php-fig/CACjDtnLLLqz1OxZwKRoO%2B-N-8q%3DdrsVWMeTOqwyrLawbNLBhbA%40mail.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/862AD904-DFFD-4B39-B981-6776A4819C5C%40buffalo.edu. For more options, visit https://groups.google.com/d/optout.
