diff --git a/.env.example b/.env.example index ea0665b0..da69ac2c 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_NAME=Laravel +APP_NAME=RadioRoster-API APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/.gitattributes b/.gitattributes index fcb21d39..97f67ed2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -* text=auto eol=lf +* text=auto eol=crlf *.blade.php diff=html *.css diff=css diff --git a/composer.json b/composer.json index 88d785c1..ebd37b9d 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "description": "", "keywords": ["radio", "api", "schedule", "scheduler", "timetable", "management-system", "roster"], "license": "AGPL-3.0", + "version": "0.0.0", "require": { "php": "^8.1", "guzzlehttp/guzzle": "^7.2",