Skip to content

Commit 16cbdf1

Browse files
committed
Add version chart
1 parent f3157aa commit 16cbdf1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@
77

88
> The 1.0 version of this package supports Laravel 5.1, 5.2, and 5.3 only. Version 2.0 is needed for Laravel 5.4.
99
10+
### Supported Versions
11+
| Laravel Version | Package Tag | Supported |
12+
|-----------------|-------------|-----------|
13+
| 5.4.x | 2.0.x | yes |
14+
| 5.3.x | 1.0.x | yes |
15+
| 5.2.x | 1.0.x | yes |
16+
| 5.1.x | 1.0.x | yes |
17+
18+
### Installation
19+
See the table above for package version information, and change the version below accordingly.
20+
21+
Using `composer`, run:
22+
23+
composer require lukewaite/laravel-queue-aws-batch ~1.0
24+
1025
### Usage
1126
1. Your Laravel application will need to be dockerized and pushed into a container registry of your choice. The `ENTRYPOINT`
1227
should be set to `artisan`.

0 commit comments

Comments
 (0)