Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Mar 23, 2021
1 parent e7970bd commit 7c4d574
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
"name": "ngmy/observer",
"type": "library",
"description": "",
"keywords": [],
"keywords": [
"observer pattern",
"design pattern",
"observer",
"subject",
"listener",
"pubsub",
"publisher",
"subscriber",
"event",
"event emitter"
],
"license": "MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c4d574

Please sign in to comment.