Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
bumping minimum php version to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 4, 2015
1 parent 7078362 commit dbe9bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"require": {
"php": ">=5.3.23",
"php": ">=5.5",
"zendframework/zend-stdlib": "~2.5"
},
"require-dev": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"ZendTest\\Authentication\\": "test/"
}
}
}
}

3 comments on commit dbe9bb8

@Patabugen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the latest version of the ZendAuthenticator which does not require 5.5?

@samsonasik
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're save to use ~2.4.0 as long term support

@weierophinney
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Patabugen As @samsonasik, the 2.4 series is our LTS series, and if you pin to ~2.4.0, you'll get updates only in the 2.4.0-2.4.Z range going forward. 2.4 still supports PHP 5.3.23+; we made the switch to 5.5 starting with the 2.5.0 versions.

Please sign in to comment.