Skip to content

Commit

Permalink
[69814] lowercase composer name (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnveliev authored Jan 12, 2021
1 parent bba94db commit a888fe7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v2.1.0]
### Changed
- Lowercase composer name

### Added
- CHANGELOG
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Topface/apnsclient",
"name": "topface/apnsclient",
"description": "Client for Apple Push Notification Service (APNS)",
"keywords": ["apns", "apple", "push", "notification"],
"license": "WTFPL",
Expand Down

0 comments on commit a888fe7

Please sign in to comment.