zend-authentication icon indicating copy to clipboard operation
zend-authentication copied to clipboard

remove @deprecated class and method

Open samsonasik opened this issue 9 years ago • 13 comments

samsonasik avatar Jun 03 '15 20:06 samsonasik

bump php version in composer :-)

vaclavvanik avatar Jun 04 '15 10:06 vaclavvanik

@vaclavvanik This PR does not imply a change in PHP requirements.

Maks3w avatar Jun 04 '15 10:06 Maks3w

Oh, you are right. I thought rashly

vaclavvanik avatar Jun 04 '15 10:06 vaclavvanik

rebased

samsonasik avatar Jun 06 '15 00:06 samsonasik

I'll close this until v3 development of this component begin

Maks3w avatar Jun 07 '15 23:06 Maks3w

:(. this is why I think we need to have per-branch : 2.4, 2.5, 2.6, 3.0 , early works merged is better imo. //cc @gianarb @weierophinney

samsonasik avatar Jun 08 '15 02:06 samsonasik

This can begin now on the develop branch. Essentially, this PR is indicating that we have developers wanting to work on BC-breaking changes, which means that the develop branch should become the 3.0 branch. I'll review, and, on merge, bump the branch aliases for the develop branch.

weierophinney avatar Jun 08 '15 15:06 weierophinney

mergeable? Or i should re-create PR against develop branch?

samsonasik avatar Jul 01 '16 01:07 samsonasik

@weierophinney I've changed target branch to develop

samsonasik avatar Sep 09 '16 11:09 samsonasik

@weierophinney merge-able ?

samsonasik avatar Oct 17 '16 01:10 samsonasik

Is there anything I can do to get it merged? Thank you.

samsonasik avatar Jul 07 '17 15:07 samsonasik

This repository has been closed and moved to laminas/laminas-authentication; a new issue has been opened at https://github.com/laminas/laminas-authentication/issues/9.

weierophinney avatar Dec 31 '19 21:12 weierophinney

This repository has been moved to laminas/laminas-authentication. If you feel that this patch is still relevant, please re-open against that repository, and reference this issue. To re-open, we suggest the following workflow:

  • Squash all commits in your branch (git rebase -i origin/{branch})
  • Make a note of all changed files (`git diff --name-only origin/{branch}...HEAD
  • Run the laminas/laminas-migration tool on the code.
  • Clone laminas/laminas-authentication to another directory.
  • Copy the files from the second bullet point to the clone of laminas/laminas-authentication.
  • In your clone of laminas/laminas-authentication, commit the files, push to your fork, and open the new PR. We will be providing tooling via laminas/laminas-migration soon to help automate the process.

weierophinney avatar Dec 31 '19 21:12 weierophinney