Skip to content

Commit

Permalink
prepare 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 26, 2021
1 parent 1ce0465 commit 14540a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
jobs:
phpunit:
name: PHPUnit tests on ${{ matrix.php }} ${{ matrix.composer-flags }}
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0' ]
php: ['7.3', '7.4', '8.0']
composer-flags: [ '' ]
phpunit-flags: [ '--coverage-text' ]
steps:
Expand Down
6 changes: 3 additions & 3 deletions 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

## Next - TBD
## 2.3.0 - 2021-01-26

### Added

Expand All @@ -16,7 +16,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file
- `HierarchicalPath::createFromPath`
- `HierarchicalPath::createFromString`
- `Path::createFromString`
- Support for PHP8.0
- Support for `PHP8.0`

### Fixed

Expand All @@ -32,7 +32,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file

### Remove

- None
- Support for `PHP7.2`

## 2.2.1 - 2020-02-09

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package contains concrete URI components instances represented as immutable
System Requirements
-------

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

Dependencies
-------
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"ext-json": "*",
"league/uri-interfaces": "^2.1",
"psr/http-message": "^1.0"
Expand All @@ -38,7 +38,7 @@
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0 || ^9.0",
"phpunit/phpunit": "^9.0",
"laminas/laminas-diactoros": "^2.0"
},
"suggest": {
Expand Down

0 comments on commit 14540a6

Please sign in to comment.