Skip to content

Commit 4818bd9

Browse files
committed
Document version compatibility
1 parent 29c9eac commit 4818bd9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
Generate Laravel Migrations from an existing database, including indexes and foreign keys!
77

8+
# Versioning & compatibility
9+
10+
| Branch / Tag | Laravel support | PHP support | Notes |
11+
|---------------|-----------------|-------------|-------|
12+
| `laravel-9.x` (`9.0.0`) | 9.x / 10.x | >= 8.2 | Current line. Install with `composer require oscarafdev/migrations-generator:^9.0` to target Laravel 9+. |
13+
| Legacy `2.x` (`2.0.24`) | 5.x – 8.x | ^5.6 || ^7.0 || ^8.0 | Last release for older apps (ships with the legacy generator dependency). |
14+
15+
Each Laravel major will get its own maintenance branch/tag series (e.g. `laravel-11.x``11.y.z`). See `doc/versions.md` for the full compatibility matrix.
16+
817
# Contact
918

1019
https://t.me/h0rnero

0 commit comments

Comments
 (0)