Use .env instead of .env.dist

This commit is contained in:
Meritoo
2019-05-30 21:32:00 +02:00
parent 2091adc8d0
commit b482d814e4
3 changed files with 5 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
# -----------------------------------------------------------------------------
### Docker
# -----------------------------------------------------------------------------
#
# All containers
#
DOCKER_CONTAINER_OWNER=meritoo
DOCKER_CONTAINER_PROJECT=common-library
#
# PHP configuration:
# - timezone
#
TIMEZONE=Europe/Warsaw

View File

@@ -2,6 +2,10 @@
Common and useful classes, methods, exceptions etc.
# 1.0.6
1. Use `.env` instead of `.env.dist`
# 1.0.5
1. Collection > trait > return "void" where "self" causes type hinting problem and is not required

View File

@@ -1 +1 @@
1.0.5
1.0.6