# Changelog
#### Laravel Migration Compatibility

## 1.x Series

### 1.10.0
##### 2025-03-03

- Added Laravel 12 support
- Added PHP 8.4 support
- Actually dropped PHP 8.0 support (even in `composer.json`)

### 1.9.0
##### 2024-02-28

- Dropped PHP 8.0 support
- Dropped Laravel 9 support (EOL)

### 1.8.0
##### 2024-01-08

- Added Laravel 11 support

### 1.7.0
##### 2023-11-13

- Added PHP 8.3 support
- Proven to work with MySQL 8.0 - 8.2

### 1.6.0
##### 2023-02-17

- Added Laravel 10 support
- Added PHP 8.2 support
- Dropped Laravel 8 support

### 1.5.0
##### 2022-03-10

- Added Enum v4 Support
- Dropped PHP 7.3 & 7.4 support
- Dropped Laravel 6 & 7 support
- Changed minimum Laravel version to 8.22.1, to enforce the [CVE-2021-21263](https://blog.laravel.com/security-laravel-62011-7302-8221-released) security patch

### 1.4.2
##### 2022-01-27

- Added Laravel 9 support
- Added testing of PHP 8.1

### 1.4.1
##### 2020-12-18

- Fixed SQLite detector data type string case mismatch (integer vs INTEGER)
- Changed CI from Travis to Github Actions 🥺

### 1.4.0
##### 2020-12-07

- Dropped PHP 7.2 support
- Dropped Laravel 5 support
- Added PHP 8 support

### 1.3.0
##### 2020-09-12

- Added Laravel 8 support

### 1.2.0
##### 2020-03-13

- Added Laravel 7 support
- Added PHP 7.4 support
- Dropped PHP 7.1 support

### 1.1.0
##### 2019-11-23

- Added Laravel 6 support
- Removed Laravel 5.4 support

### 1.0.1
##### 2019-08-25

- Fixed the missing Laravel auto package discovery entry in composer.json

### 1.0.0
##### 2019-08-18

- Very first release
- Supports
  - detection from mysql, postgres and sqlite databases,
  - detection from config,
  - guess from Laravel version (heuristic)
- Works with:
  - PHP 7.1 - 7.3
  - Laravel 5.4 - 5.8
