mapper.php

Basically a serialization wrapper for netresearch/jsonmapper
git clone git://git.finwo.net/lib/mapper.php
Log | Files | Refs | README

commit c799fed4ecbd88e7fc01f1983b81132a2c503487
parent 2d45e21062c5efc311d91da18d37e1d06fc8ffcf
Author: finwo <finwo@pm.me>
Date:   Fri,  8 Dec 2017 12:08:38 +0100

Stop testing PHP5.3, it's old

Diffstat:
M.travis.yml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,6 +1,5 @@ language: php php: - - '5.3' - '5.4' - '5.5' - '5.6'