Skip to content

Commit

Permalink
Added some README.md info about dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brzuchal committed Feb 25, 2016
1 parent 0d39656 commit 5a62210
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ composer require madkom/uri
## Requirements

This library requires *PHP* in `~7` version.
At this point this library depends on another own library [`madkom/collection`](https://packagist.org/packages/madkom/collection) and some external packages:
At this point this library depends on another own library [madkom/collection](https://packagist.org/packages/madkom/collection) and some external packages:

1. [`rize/uri-template`](https://packagist.org/packages/rize/uri-template): for UriTemplate impl
2. [`true/punycode`](https://packagist.org/packages/true/punycode): for IDNA domain names conversion
3. [`ml/iri`](https://packagist.org/packages/ml/iri): for parsing URI _(this will be replaced with own impl because od to many dependencies and not as much RFC compliant impl)_
1. [rize/uri-template](https://packagist.org/packages/rize/uri-template): for UriTemplate impl
2. [true/punycode](https://packagist.org/packages/true/punycode): for IDNA domain names conversion
3. [ml/iri](https://packagist.org/packages/ml/iri): for parsing URI _(this will be replaced with own impl because od to many dependencies and not as much RFC compliant impl)_

## Usage

Expand Down

0 comments on commit 5a62210

Please sign in to comment.