Skip to content

Commit

Permalink
Updated composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
matasarei committed Jun 8, 2024
1 parent ebd01b2 commit a9038be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tests/ export-ignore
vendor/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml export-ignore
composer.* export-ignore
phpunit.xml export-ignore
README.* export-ignore
tests/ export-ignore
vendor/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml export-ignore
composer.* export-ignore
phpunit.xml export-ignore
README.* export-ignore
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ JSON-RPC PHP Client and Server

A simple JSON-RPC client/server that just works.

Complete fork of `fguillot/JsonRPC` with community fixes and improvements.

Features
--------

Expand All @@ -29,7 +27,7 @@ composer require fguillot/json-rpc
Examples
--------
### Symfony
https://github.com/matasarei/json-rpc-demo
* https://github.com/matasarei/json-rpc-demo


### Server
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kba-team/json-rpc",
"name": "fguillot/json-rpc",
"description": "Simple JSON-RPC client/server library that just works",
"homepage": "https://github.com/the-kbA-team/json-rpc/",
"homepage": "https://github.com/matasarei/JsonRPC",
"type": "library",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit a9038be

Please sign in to comment.