This changelog references the relevant changes (bug and security fixes) done to orchestra/testbench-core
.
Released: 2020-03-16
- Update Laravel 7.x skeleton.
- Update
cors.exposed_headers
andcors.max_age
default configuration value. - Add
mailers.smtp.timeout
configuration options. - Update
session
configuration file.
- Update
Released: 2020-03-11
- Recommend to be used with Laravel Framework v7.1.0+.
Released: 2020-03-07
- Update Laravel 7.x skeleton.
- Cast
app.debug
value toboolean
. - Add
queue.connections.sqs.suffix
configuration, useSQS_SUFFIX
from environment variable. - Remove
view.expires
, feature has been reverted.
- Cast
- Recommend to be used with Laravel Framework v7.0.6+.
Released: 2020-03-03
- Update Laravel skeleton:
- Add missing
array
mail transport.
- Add missing
Released: 2020-03-02
- Change
Exception
typehint toThrowable
onOrchestra\Testbench\Console\Kernel
,Orchestra\Testbench\Exceptions\Handler
. - Change referenced class moved to
Illuminate\Testing
namespace. - Update Laravel 7 skeleton:
- Rename default
Redis
alias underapp.aliases
toRedisManager
to avoid incompatibility when running tests usingphpredis
extension. - Add
Http
alias underapp.aliases
. - Add
config/cors.php
. - Update
database
,filesystem
,mail
,session
andview
configuration file.
- Rename default