Skip to content

Commit

Permalink
Prepare for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Jan 9, 2022
1 parent fd669fe commit 8c35530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rubix Client
The client SDK for Rubix ML Server.
The PHP client SDK for Rubix ML Server.

## Installation
Install Rubix Client SDK using [Composer](https://getcomposer.org/):
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rubix/server",
"name": "rubix/client",
"type": "library",
"description": "The client SDK for Rubix ML Server.",
"description": "The PHP client SDK for Rubix ML Server.",
"homepage": "https://github.com/RubixML/Client",
"license": "MIT",
"readme": "README.md",
Expand All @@ -21,15 +21,15 @@
},
{
"name": "Contributors",
"homepage": "https://github.com/RubixML/Server/graphs/contributors"
"homepage": "https://github.com/RubixML/Client/graphs/contributors"
}
],
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/psr7": "^1.7",
"psr/http-message": "^1.0",
"rubix/ml": "^1.0",
"rubix/ml": "^2.0",
"symfony/polyfill-php80": "^1.17"
},
"require-dev": {
Expand Down

0 comments on commit 8c35530

Please sign in to comment.