Commit Graph

7 Commits

Author SHA1 Message Date
8d14445786 Moved to tabs for indent and add phpcs.xml file, update phpunit to 12 and update tests 2026-01-13 10:36:11 +09:00
e29f9fcd88 Add another psr-4 prefix, update composer packages
Previously it was just "gullevek\dotEnv" but now also "gullevek\dotenv"
will work.

Update phan/phpstan composer dev requirement verisons
2023-03-03 09:32:02 +09:00
c608201de1 Switch to standard PSR-12 with spaces instead of tab 2023-01-19 12:38:37 +09:00
dd2274f3b1 Auto create .env files 2023-01-11 16:30:51 +09:00
b73a24b447 Class rename, composer add, phpUnit tests add
Rename the class from ReadEnvFile to DotEnv.
Add everything to a composer json file so it can be published to
composer repository.
Add phpUnit tests for system
2022-06-08 11:24:23 +09:00
c5c40a1780 Add example .env file and update readme 2021-10-11 09:10:52 +09:00
de80a9c061 Create dotenv readEnvFile single function 2021-10-11 08:58:36 +09:00