Skip to content

Commit

Permalink
twenty draft
Browse files Browse the repository at this point in the history
  • Loading branch information
adinan-cenci committed Jan 8, 2023
1 parent b4c6158 commit 37c2c5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGESLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## 4.0.0 - Unreleased
## 4.0.0 - 2023-01-08

The library was rewriten from scratch around the [PSR-15](https://www.php-fig.org/psr/psr-15/), [PSR-7](https://www.php-fig.org/psr/psr-7/) and [PSR-17](https://www.php-fig.org/psr/psr-17/) specifications.

Expand Down Expand Up @@ -37,7 +37,7 @@ The library was rewriten from scratch around the [PSR-15](https://www.php-fig.or

- `::setNotFoundHandler()`


---

## 3.0.2 - 2021-11-13

Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "adinan-cenci/router",
"description": "A small PHP router library.",
"type": "library",
"keywords": ["router"],
"keywords": ["http", "router", "psr", "psr-15", "psr-7", "psr-17"],
"license": "MIT",
"version": "3.0.2",
"authors": [
{
"name": "Adinan Cenci",
Expand All @@ -13,9 +12,8 @@
}
],
"require": {
"php": ">=5.3",
"adinancenci/psr-7": "*",
"adinancenci/psr-17": "*",
"php": ">=7.4",
"adinancenci/psr-17": "^1.0.0",
"psr/http-server-handler": "1.0.x-dev",
"psr/http-server-middleware": "1.0.x-dev"
},
Expand All @@ -24,7 +22,6 @@
"AdinanCenci\\Router\\": "src/"
}
},
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
Expand Down

0 comments on commit 37c2c5f

Please sign in to comment.