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

Commit 1885c4b

Browse files
committed
prepare 1.0.1 release
1 parent 9a7ea3b commit 1885c4b

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## 1.0.1 - 2019-04-16
6+
7+
### Added
8+
9+
- None
10+
11+
### Fixed
12+
13+
- Fix double encoding [#3](https://github.com/thephpleague/uri-query-parser/issues/3)
14+
- now requires PHP 7.1
15+
16+
### Deprecated
17+
18+
- None
19+
20+
### Removed
21+
22+
- None
23+
524
## 1.0.0 - 2019-01-05
625

726
First stable release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ System Requirements
2727

2828
You need:
2929

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

3232
Installation
3333
--------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
] ,
2222
"require": {
23-
"php": "^7.1"
23+
"php": "^7.1.3"
2424
},
2525
"require-dev": {
2626
"friendsofphp/php-cs-fixer": "^2.3",

0 commit comments

Comments
 (0)