Releases: avto-dev/data-migrations-laravel
Releases · avto-dev/data-migrations-laravel
v2.6.0
v2.5.0
v2.4.0: PHP 8
Added
- Support PHP
8.x
Changed
- Minimal required PHP version now is
7.3
- Composer
2.x
is supported now
v2.3.0: Laravel 8 is supported now
Changed
- Laravel 8 is supported
- Minimal Laravel version now is
6.0
(Laravel5.5
LTS got last security update August 30th, 2020)
v2.2.0
Changed
- Maximal
illuminate/*
packages version now is7.*
- Minimal
illuminate/*
packages version now is5.6.*
- CI completely moved from "Travis CI" to "Github Actions" (travis builds disabled)
- Minimal required PHP version now is
7.2
config
directory was moved from./src
to the root directoryDataMigrationsServiceProvider
renamed toServiceProvider
- Minimal required
symfony/console
version now is^4.4
(reason: symfony/symfony#32750)
Added
- PHP 7.4 is supported now
v2.1.0
Changed
- Maximal
illuminate/*
packages version now is6.*
Added
- GitHub actions for a tests running
v2.0.0
Added
- Docker-based environment for development
- Project
Makefile
Changed
- Minimal
PHP
version now is^7.1.3
- Maximal
Laravel
version now is5.8.x
- Dependency
laravel/framework
changed toilluminate/*
- Composer scripts
- Package contacts signatures (method parameters types, method return types)
- Service provider dependency
\Illuminate\Contracts\Foundation\Application
changed to\Illuminate\Contracts\Container\Container
Removed
- Dev-dependency
avto-dev/dev-tools
v1.2.0
v1.1.0
Changed
- CI config updated
- Minimal Laravel version up to
5.5
- Minimal PHPUnit version up to
6.0
- Integrated package
avto-dev/dev-tools
(dev) - Integrated package
phpstan/phpstan
(dev) - Unimportant PHPDoc blocks removed
- Code a little bit refactored
v1.0.0
Changed
- First release