Skip to content

Commit a22280b

Browse files
author
Jonathan Gaillard
committed
Merge pull request #10 from nubs/master
Remove PHP 5.3 support.
2 parents e4bc2d9 + ff629c5 commit a22280b

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)