Skip to content

Commit

Permalink
prepare 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 19, 2019
1 parent 6ce54b7 commit cecbcb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All Notable changes to `League\Uri\Components` will be documented in this file

## 2.1.0 - TBD
## 2.1.0 - 2019-12-19

### Added

Expand Down
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,20 @@ Uri Components
[![Build Status](https://img.shields.io/travis/thephpleague/uri-components/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/uri-components)
[![Latest Version](https://img.shields.io/github/release/thephpleague/uri-components.svg?style=flat-square)](https://github.com/thephpleague/uri-components/releases)

This package contains concrete URI components object represented as immutable value object.
This package contains concrete URI components instances represented as immutable value objects.

System Requirements
-------

You need **PHP >= 7.2** but the latest stable version of PHP is recommended.

In order to handle IDN host you should also install the `intl` extension otherwise an exception will be thrown when attempting to validate such host.

Documentation
------

Full documentation can be found at [uri.thephpleague.com][].

System Requirements
-------

You need **PHP >= 7.2** but the latest stable version of PHP is recommended

In order to handle IDN host you are required to also install the `intl` extension otherwise an exception will be thrown when attempting to validate such host.

Dependencies
-------

- [League URI Interfaces](https://github.com/thephpleague/uri-interfaces)
- [League URI Interfaces][]
- [PSR-7][]

You should also require the **ext-intl** if you are dealing with i18n URI.
In order to handle IDN host you should also require the `intl` extension otherwise an exception will be thrown when attempting to validate such host.

Installation
--------
Expand Down Expand Up @@ -88,3 +74,4 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
[RFC3986]: http://tools.ietf.org/html/rfc3986
[RFC3987]: http://tools.ietf.org/html/rfc3987
[uri.thephpleague.com]: http://uri.thephpleague.com
[League URI Interfaces]: https://github.com/thephpleague/uri-interfaces

0 comments on commit cecbcb1

Please sign in to comment.