Skip to content

Commit

Permalink
Merge pull request traderinteractive#52 from chadicus/develop
Browse files Browse the repository at this point in the history
Use separate packages where appropriate
  • Loading branch information
chadicus committed Jan 4, 2016
2 parents d130585 + 44e92ab commit c3b71ee
Show file tree
Hide file tree
Showing 15 changed files with 368 additions and 2,877 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -24,6 +24,16 @@ To add the library as a local, per-project dependency use [Composer](http://getc
}
}
```
## Components

This package is a partial metapackage aggregating the following components:

* [dominionenterprises/util-arrays](https://github.com/dominionenterprises/util-arrays-php)
* [dominionenterprises/util-file](https://github.com/dominionenterprises/util-file-php)
* [dominionenterprises/util-http](https://github.com/dominionenterprises/util-http-php)
* [dominionenterprises/util-time](https://github.com/dominionenterprises/util-time-php)
* [dominionenterprises/util-string](https://github.com/dominionenterprises/util-string-php)

##Documentation
Found in the [source](src) itself, take a look!

Expand Down
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,12 @@
],
"license": "MIT",
"require": {
"php": "~5.4"
"php": "~5.4",
"dominionenterprises/util-arrays": "~1.8",
"dominionenterprises/util-file": "~1.8",
"dominionenterprises/util-http": "~1.8",
"dominionenterprises/util-time": "~1.8",
"dominionenterprises/util-string": "~1.8"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit c3b71ee

Please sign in to comment.