Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
prepare 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Apr 16, 2019
1 parent 9a7ea3b commit 1885c4b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All Notable changes to League Uri Query Parser will be documented in this file

## 1.0.1 - 2019-04-16

### Added

- None

### Fixed

- Fix double encoding [#3](https://github.com/thephpleague/uri-query-parser/issues/3)
- now requires PHP 7.1

### Deprecated

- None

### Removed

- None

## 1.0.0 - 2019-01-05

First stable release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ System Requirements

You need:

- **PHP >= 7.2.0** but the latest stable version of PHP is recommended
- **PHP >= 7.1.3** but the latest stable version of PHP is recommended

Installation
--------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
] ,
"require": {
"php": "^7.1"
"php": "^7.1.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.3",
Expand Down

0 comments on commit 1885c4b

Please sign in to comment.