From b36a843b26a18af5f35de0d23663d020f8ebcfc1 Mon Sep 17 00:00:00 2001 From: Adam Quaile Date: Fri, 28 Mar 2014 10:21:25 +0000 Subject: [PATCH] Updated README --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ea753c..c9999e6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Small library to read JSON files from a directory and turn them into PHP objects ## Main Features - Small / simple [query API](docs/02-Querying.md) - - Can either [map to objects you define](docs/04-Custom_Mappings.md), or use standard `stdObject` + - Can either [map to objects you define](docs/04-Custom_Mappings.md), or use default provided (behaviour similar to `stdClass`) ## Installation diff --git a/composer.json b/composer.json index 3ab89d6..02d3d4a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adamquaile/json-object-mapper", - "version": "1.0.1", + "version": "1.0.2", "description": "Maps JSON files to PHP objects, intended for simple model separation and manual content authoring", "authors": [ {