Skip to content

Commit

Permalink
Update Readme for Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Mar 5, 2020
1 parent 80df969 commit e5a8d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Installation

Laravel | Swagger UI| OpenAPI Spec compatibility | L5-Swagger
:-----------------|:----------|:---------------------------|:----------
6.0.x | 3 | 3.0, 2.0 | `composer require "darkaonline/l5-swagger"`<br><br>:warning: !!! run `composer require 'zircote/swagger-php:2.*'` if you need old **@SWG (SWAGGER annotations)** support. !!!
7.0.x | 3 | 3.0, 2.0 | `composer require "darkaonline/l5-swagger"`<br><br>:warning: !!! run `composer require 'zircote/swagger-php:2.*'` if you need old **@SWG (SWAGGER annotations)** support. !!!
6.0.x | 3 | 3.0, 2.0 | `composer require "darkaonline/l5-swagger:6.*"`<br><br>:warning: !!! run `composer require 'zircote/swagger-php:2.*'` if you need old **@SWG (SWAGGER annotations)** support. !!!
5.8.x | 3 | 3.0, 2.0 | `composer require "darkaonline/l5-swagger:5.8.*"`<br><br>:warning: !!! run `composer require 'zircote/swagger-php:2.*'` if you need old **@SWG (SWAGGER annotations)** support. !!!
5.7.x OR 5.6.x | 3 | 3.0, 2.0 | `composer require "darkaonline/l5-swagger:5.7.*"`<br><br>:warning: !!! run `composer require 'zircote/swagger-php:2.*'` if you need old **@SWG (SWAGGER annotations)** support. !!!
5.6.x | 3 | 2.0 | `composer require "darkaonline/l5-swagger:5.6.*"`
Expand Down

0 comments on commit e5a8d2b

Please sign in to comment.