Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adinan-cenci committed Jan 8, 2023
1 parent af3d7b4 commit 64302d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGESLOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).



## 1.0.1 - 2023-01-08
### Fixed
- Added license information to the `composer.json` file.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "adinancenci/psr-7",
"description": "An implementation of the PSR-7 specification.",
"type": "library",
"keywords": ["http", "psr", "psr-7"],
"keywords": ["http", "psr", "psr-7"],
"license": "MIT",
"autoload": {
"psr-4": {
"AdinanCenci\\Psr7\\": "src/",
Expand Down

0 comments on commit 64302d4

Please sign in to comment.