Skip to content

Commit 667f150

Browse files
committed
Prepare 2.2.0 release
1 parent 1cba18e commit 667f150

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

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

33
All Notable changes to `League\Uri\Interfaces` will be documented in this file
44

5+
## 2.2.0 - 2020-10-31
6+
7+
### Added
8+
9+
- Support for PHP8 thanks to of [someniatko](https://github.com/someniatko)
10+
11+
### Fixed
12+
13+
- None
14+
15+
### Deprecated
16+
17+
- None
18+
19+
### Removed
20+
21+
- None
22+
523
## 2.1.0 - 2020-02-08
624

725
### Added

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@
1616
"homepage" : "https://nyamsprod.com"
1717
}
1818
],
19+
"funding": [
20+
{
21+
"type": "github",
22+
"url": "https://github.com/sponsors/nyamsprod"
23+
}
24+
],
1925
"require": {
20-
"php" : "^7.1|^8.0",
26+
"php" : "^7.1 || ^8.0",
2127
"ext-json": "*"
2228
},
2329
"require-dev": {
2430
"friendsofphp/php-cs-fixer": "^2.0",
25-
"phpunit/phpunit" : "^7.0|^8.0",
2631
"phpstan/phpstan": "^0.12",
2732
"phpstan/phpstan-strict-rules": "^0.12",
2833
"phpstan/phpstan-phpunit": "^0.12"

0 commit comments

Comments
 (0)