Skip to content

Commit

Permalink
Merge 89c161b into 28bfefb
Browse files Browse the repository at this point in the history
  • Loading branch information
dschoenbauer committed Dec 2, 2016
2 parents 28bfefb + 89c161b commit be5bae1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand All @@ -20,7 +22,7 @@
"phpunit/phpunit": "5.6.2",
"satooshi/php-coveralls": "dev-master"
},
"scripts" :{
"test" : "phpunit tests"
"scripts": {
"test": "phpunit tests"
}
}
2 changes: 1 addition & 1 deletion docs/class-DSchoenbauer.DotNotation.ArrayDotNotation.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1>Class ArrayDotNotation</h1>
<b>Author:</b>
David Schoenbauer<br>
<b>Version:</b>
1.0.1<br>
1.1.1<br>
<b>Located at</b> <a href="source-class-DSchoenbauer.DotNotation.ArrayDotNotation.html#34-213" title="Go to source code">DotNotation/ArrayDotNotation.php</a>
<br>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h3>Exceptions</h3>
</span></span><span id="35" class="l"><a href="#35"> 35: </a><span class="php-comment"> * An easier way to deal with complex PHP arrays
</span></span><span id="36" class="l"><a href="#36"> 36: </a><span class="php-comment"> *
</span></span><span id="37" class="l"><a href="#37"> 37: </a><span class="php-comment"> * @author David Schoenbauer
</span></span><span id="38" class="l"><a href="#38"> 38: </a><span class="php-comment"> * @version 1.0.1
</span></span><span id="38" class="l"><a href="#38"> 38: </a><span class="php-comment"> * @version 1.1.1
</span></span><span id="39" class="l"><a href="#39"> 39: </a><span class="php-comment"> */</span>
</span><span id="40" class="l"><a href="#40"> 40: </a><span class="php-keyword1">class</span> ArrayDotNotation {
</span><span id="41" class="l"><a href="#41"> 41: </a>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNotation/ArrayDotNotation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit be5bae1

Please sign in to comment.