From 5332232dd324b1ca9d709d4dfe30e8d9e2992627 Mon Sep 17 00:00:00 2001 From: Yada Khov Date: Sat, 31 Dec 2016 07:41:18 -0800 Subject: [PATCH] Move to php 5.6 --- .travis.yml | 3 +-- composer.json | 2 +- readme.md | 4 ++++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3515d2a..d8900ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: php php: - - 5.5.9 - - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm - nightly diff --git a/composer.json b/composer.json index 6d1ee29..ca75b69 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=5.4.0", + "php": ">=5.6.0", "illuminate/support": "~5.0" }, "require-dev": { diff --git a/readme.md b/readme.md index 9f9c27c..06e39ef 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,9 @@ # [Json](http://github.com/yadakhov/json) +[![Latest Stable Version](https://poser.pugx.org/yadakhov/json/version)](https://packagist.org/packages/yadakhov/json) +[![License](https://poser.pugx.org/yadakhov/json/license)](https://packagist.org/packages/yadakhov/json) +[![Build Status](https://travis-ci.org/yadakhov/json.svg)](https://travis-ci.org/yadakhov/json) + A simple wrapper class for working with Json. Work with json as an object in PHP. Provides a simple api with dot notation for field access.