friends-of-phpspec / phpspec-code-coverage

Generate Code Coverage reports for PhpSpec tests
https://packagist.org/packages/friends-of-phpspec/phpspec-code-coverage
Other
20 stars 12 forks source link

Update namespace #13

Closed samsonasik closed 5 years ago

samsonasik commented 5 years ago

Currently, the namespace is still using LeanPHP, how about update the namespace to FriendsOfPhpspec with major version update, eg v5 ?

shulard commented 5 years ago

Of, course I'm currently working on it 😉.

I plan to introduce the new namespace and mark the old one as deprecated. When the v5 will be released, we'll drop the old one.

shulard commented 5 years ago

@samsonasik, take a look at the new v4.3.1 release: https://github.com/friends-of-phpspec/phpspec-code-coverage/tree/v4.3.1

There is a new root namespace: FriendsOfPhpSpec. We still maintain the old one to avoid BC Break now but we'll drop that support for the v5 when it'll come.

samsonasik commented 5 years ago

Thank you ;)