Skip to content

Commit

Permalink
Move to php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yadakhov committed Dec 31, 2016
1 parent 0590328 commit 5332232
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php
php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- nightly

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.6.0",
"illuminate/support": "~5.0"
},
"require-dev": {
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5332232

Please sign in to comment.