Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
- Generates swagger.json with Swagger Specification v2
- New simplified architecture (crawl -> analysis -> processors -> validation -> output)
  • Loading branch information
bfanger committed Jul 4, 2015
1 parent 6893345 commit 9f03cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Readme.md
@@ -1,6 +1,6 @@
# swagger-php

[![2.* Development Build Status](https://api.travis-ci.org/zircote/swagger-php.png?branch=2.x)](http://travis-ci.org/zircote/swagger-php) `2.*@dev`
[![Build Status](https://api.travis-ci.org/zircote/swagger-php.png?branch=master)](http://travis-ci.org/zircote/swagger-php) `master`

Generate interactive [Swagger](http://swagger.io) documentation for your RESTful API using [doctrine annotations](http://doctrine-common.readthedocs.org/en/latest/reference/annotations.html).

Expand All @@ -14,13 +14,13 @@ Generate interactive [Swagger](http://swagger.io) documentation for your RESTful
## Installation (with [Composer](http://composer.org))

```sh
composer require zircote/swagger-php=2.*@dev
composer require zircote/swagger-php
```

For cli usage from anywhere install swagger-php globally and make sure to place the `~/.composer/vendor/bin` directory in your PATH so the `swagger` executable can be located by your system.

```sh
composer global require zircote/swagger-php=2.*@dev
composer global require zircote/swagger-php
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0-dev
2.0.0

0 comments on commit 9f03cbb

Please sign in to comment.