Skip to content

Commit ff629c5

Browse files
author
Spencer Rinehart
committed
Remove PHP 5.3 support.
5.3 is now [EOL] and there is no reason for us to continue to support this version from this moment on. Users needing PHP 5.3 support can use the previous version. [EOL]: http://php.net/archive/2014.php#id2014-08-14-1
1 parent e4bc2d9 commit ff629c5

4 files changed

Lines changed: 11 additions & 12 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ php:
33
- 5.6
44
- 5.5
55
- 5.4
6-
- 5.3
76
- hhvm
87
install: composer install
98
script: ./vendor/bin/phpunit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A PHP library for memoizing repeated function calls.
1010
[![License](http://img.shields.io/packagist/l/dominionenterprises/memoize.svg?style=flat)](https://packagist.org/packages/dominionenterprises/memoize)
1111

1212
## Requirements
13-
This library requires PHP 5.3, or newer.
13+
This library requires PHP 5.4, or newer.
1414

1515
## Installation
1616
This package uses [composer](https://getcomposer.org) so you can just add

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"license": "MIT",
1313
"require": {
14-
"php": ">=5.3.2"
14+
"php": "~5.4"
1515
},
1616
"require-dev": {
1717
"predis/predis": "~1.0",

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)