From df9ad7c68fbc22458c15bf99e711404b573b3ab2 Mon Sep 17 00:00:00 2001 From: David Schoenbauer Date: Fri, 2 Dec 2016 09:33:48 -0600 Subject: [PATCH 1/2] Updated internal version and composer documentation --- composer.json | 6 ++++-- src/DotNotation/ArrayDotNotation.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9030264..8841791 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { "name": "dschoenbauer/dot-notation", "type": "library", + "description": "Given a complicated data structure, allows easy and safe access to data via dot notation. This library is a compilation of other Dot Notation libraries, taking the best feature from each and incorpating them here.", + "keywords": ["dot", "notation", "access", "array", "data"], "license": "MIT", "authors": [ { @@ -20,7 +22,7 @@ "phpunit/phpunit": "5.6.2", "satooshi/php-coveralls": "dev-master" }, - "scripts" :{ - "test" : "phpunit tests" + "scripts": { + "test": "phpunit tests" } } diff --git a/src/DotNotation/ArrayDotNotation.php b/src/DotNotation/ArrayDotNotation.php index 2fcc92c..fad4cc5 100644 --- a/src/DotNotation/ArrayDotNotation.php +++ b/src/DotNotation/ArrayDotNotation.php @@ -35,7 +35,7 @@ * An easier way to deal with complex PHP arrays * * @author David Schoenbauer - * @version 1.0.1 + * @version 1.1.1 */ class ArrayDotNotation { From 89c161ba73a8e953bfabf0fe08d6ed412c207254 Mon Sep 17 00:00:00 2001 From: David Schoenbauer Date: Fri, 2 Dec 2016 09:36:06 -0600 Subject: [PATCH 2/2] Updated documentation --- docs/class-DSchoenbauer.DotNotation.ArrayDotNotation.html | 2 +- .../source-class-DSchoenbauer.DotNotation.ArrayDotNotation.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/class-DSchoenbauer.DotNotation.ArrayDotNotation.html b/docs/class-DSchoenbauer.DotNotation.ArrayDotNotation.html index 0b59099..e46b0ed 100644 --- a/docs/class-DSchoenbauer.DotNotation.ArrayDotNotation.html +++ b/docs/class-DSchoenbauer.DotNotation.ArrayDotNotation.html @@ -113,7 +113,7 @@

Class ArrayDotNotation

Author: David Schoenbauer
Version: - 1.0.1
+ 1.1.1
Located at DotNotation/ArrayDotNotation.php
diff --git a/docs/source-class-DSchoenbauer.DotNotation.ArrayDotNotation.html b/docs/source-class-DSchoenbauer.DotNotation.ArrayDotNotation.html index 5034efa..e5ec2c3 100644 --- a/docs/source-class-DSchoenbauer.DotNotation.ArrayDotNotation.html +++ b/docs/source-class-DSchoenbauer.DotNotation.ArrayDotNotation.html @@ -138,7 +138,7 @@

Exceptions

35: * An easier way to deal with complex PHP arrays 36: * 37: * @author David Schoenbauer - 38: * @version 1.0.1 + 38: * @version 1.1.1 39: */ 40: class ArrayDotNotation { 41: