Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Removed authors in utopia-php/messaging docs #10

Merged
merged 2 commits into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ To run static code analysis, use the following Psalm command:
composer lint
```

## Authors

**Jake Barnby**

+ [https://github.com/abnegate](https://github.com/abnegate)
+ [https://nz.linkedin.com/in/jakebarnby](https://nz.linkedin.com/in/jakebarnby)

## Copyright and license

The MIT License (MIT) [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
"lint": "vendor/bin/phpcs",
"format": "vendor/bin/phpcbf"
},
"authors": [
{
"name": "Jake Barnby",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Utopia\\Messaging\\": "src/Utopia/Messaging"
Expand Down