All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Laravel
11.x
support
- Version of
composer
in docker container updated up to2.7.6
- Updated dev dependencies
- Minimal PHP version now is
8.1
- Minimal Laravel version now is
10.0
- Minimal
phpstan/phpstan
version now is1.10
- Minimal
mockery/mockery
version now is1.6
- Minimal
phpunit/phpunit
version now is10.5
- Version of
composer
in docker container updated up to2.6.6
- Minimal Laravel version now is
9.0
- Minimal
phpstan/phpstan
version now is1.9
- Minimal
mockery/mockery
version now is1.5.1
- Minimal
phpunit/phpunit
version now is9.6
- Version of
composer
in docker container updated up to2.5.3
Dependency tarampampam/wrappers-php
because this package was deprecated and removed
- Support PHP
8.x
- Minimal PHP version now is
7.3
- Composer
2.x
is supported now
- Laravel
8.x
is supported now - Minimal Laravel version now is
6.0
(Laravel5.5
LTS got last security update August 30th, 2020)
- Maximal
illuminate/*
packages version now is7.*
- CI completely moved from "Travis CI" to "Github Actions" (travis builds disabled)
- Minimal required PHP version now is
7.2
- PHP 7.4 is supported now
- Maximal
illuminate/*
packages version now is6.*
- GitHub actions for a tests running
- Docker-based environment for development
- Project
Makefile
- Minimal
PHP
version now is^7.1.3
- Minimal
Laravel
version now is5.5.x
- Maximal
Laravel
version now is5.8.x
- Dependency
laravel/framework
changed toilluminate/*
- Composer scripts
- Package scripts
- Root namespace from
BackendToFrontendVariablesStack
toBack2Front
\AvtoDev\BackendToFrontendVariablesStack\StackServiceProvider
→\AvtoDev\Back2Front\ServiceProvider
\AvtoDev\BackendToFrontendVariablesStack\Service\BackendToFrontendVariablesStack
→\AvtoDev\Back2Front\Back2FrontStack
\AvtoDev\BackendToFrontendVariablesStack\Contracts\BackendToFrontendVariablesInterface
→\AvtoDev\Back2Front\Back2FrontInterface
- Package config, assets and helpers moved into root directory
- Dev-dependency
avto-dev/dev-tools
- Maximal
phpunit
version now is7.4.x
. Reason - since7.5.0
frameworks contains assertions likeassertIsString
,assertIsArray
and others, already declared in packageavto-dev/dev-tools
- Getting data for blade directive #2
- Small fixes
- Blade directive usage fix
- First release