Skip to content

Commit 11848a7

Browse files
committed
Update PHP minimum version to 8.0 and dependencies to latest compatible version
1 parent d7b7f6d commit 11848a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
PL_APP_NAME=Platine
33
PL_APP_DEBUG=true
44
PL_APP_ENV=dev
5-
PL_APP_VERSION=1.0.0-dev
5+
PL_APP_VERSION=2.0.0-dev
66
PL_APP_URL=http://localhost/app/public
7-
PL_APP_HOST=
7+
PL_APP_HOST=http://localhost
88
PL_APP_BASE_PATH=
99
PL_APP_TIMEZONE=UTC
1010
PL_APP_LOCALE=en_US

0 commit comments

Comments
 (0)