Skip to content

Commit

Permalink
Updated composer.json and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nullx27 committed Mar 27, 2017
1 parent 6f3e56d commit 894e256
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An OpenAPI for EVE Online
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 0.4.2.dev16
- Package version: 1.0
- Package version: 1.1
- Build package: io.swagger.codegen.languages.PhpClientCodegen

## Requirements
Expand All @@ -14,21 +14,9 @@ PHP 5.4.0 and later
## Installation & Usage
### Composer

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:
To install the bindings via [Composer](http://getcomposer.org/):

```
{
"repositories": [
{
"type": "git",
"url": "https://github.com/nullx27/esi-php.git"
}
],
"require": {
"nullx27/esi-php": "*@dev"
}
}
```
```composer require nullx27/esi-php```

Then run `composer install`

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nullx27/esi-php",
"version": "1.1",
"description": "EVE Online ESI for PHP",
"description": "EVE Online ESI Api Client for PHP",
"keywords": [
"swagger",
"php",
Expand Down

0 comments on commit 894e256

Please sign in to comment.