Skip to content

Commit

Permalink
Added basic config object and unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfortablynumb committed Dec 27, 2015
1 parent bcce243 commit aee4743
Show file tree
Hide file tree
Showing 11 changed files with 842 additions and 4 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@
"issues": "https://github.com/ironedgesoftware/config/issues"
},
"require": {
"php": "^5.6.0 || ^7.0"
"php": "^5.6.0 || ^7.0",
"ironedge/file-utils": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"autoload": {
"psr-4": {
"IronEdge\\Component\\FileUtils\\": "src",
"IronEdge\\Component\\FileUtils\\Test\\": "tests"
"IronEdge\\Component\\Config\\": "src",
"IronEdge\\Component\\Config\\Test\\": "tests"
}
},
"extra": {
Expand Down
Loading

0 comments on commit aee4743

Please sign in to comment.