Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wilson committed Mar 11, 2016
2 parents f7af16a + f16a807 commit c735762
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions composer-full.json
@@ -0,0 +1,43 @@
{
"name": "michaels/data-manager",
"description": "Simple data manager for nested data, dot notation array access, extendability, and container interoperability.",
"keywords": [
"data", "collection", "container", "manager",
"nest", "nested", "array", "dot notation",
"access", "deep data",
"dependency injection", "ioc",
"config", "configuration", "defaults",
"json"
],
"homepage": "https://github.com/chrismichaels84/data-manager",
"license": "MIT",
"authors": [
{
"name": "Michael",
"email": "chrismichaels84@gmail.com",
"homepage": "http://chrismichaelsauthor.com",
"role": "Lead Developer"
}
],
"require": {
"php" : ">=5.4.0",
"container-interop/container-interop": "1.1.0",
"symfony/yaml": "~2.7",
"bocharsky-bw/arrayzy": "0.5.*"

},
"require-dev": {
"phpunit/phpunit": "4.*",
"satooshi/php-coveralls": "1.*"
},
"autoload": {
"psr-4": {
"Michaels\\Manager\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Michaels\\Manager\\Test\\": "tests"
}
}
}

0 comments on commit c735762

Please sign in to comment.