Skip to content

Commit

Permalink
Merge branch 'fix-documentation'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamquaile committed Mar 28, 2014
2 parents 4d3f77b + b36a843 commit b8ba9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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": [
{
Expand Down

0 comments on commit b8ba9f3

Please sign in to comment.