20 Commits

Author SHA1 Message Date
2c592f0289 Add back vendor folders for development v2.0.1 2022-06-08 14:28:56 +09:00
6ee4358579 Merge branch 'development' 2022-06-08 14:27:20 +09:00
135d3d2dd4 Add gitignore file for phpunit cache 2022-06-08 14:26:58 +09:00
c0f1d9daf7 Merge git.tokyo.tequila.jp:CodeBlocks/dotenv 2022-06-08 14:25:56 +09:00
1f3ec93fb9 Revert to development git ignore file 2022-06-08 14:23:42 +09:00
2c7931b7a5 Add static checker, phpunit config file 2022-06-08 14:12:35 +09:00
914b6c1da8 Clean out files that should not be pushed to git for composer publish 2022-06-08 14:08:55 +09:00
69a386d00f Add gitingore file for vendor, composer.lock, etc files 2022-06-08 14:07:58 +09:00
cdb275ef87 Added back psalm.xml config file v2.0.0 2022-06-08 13:46:16 +09:00
c1e35c910c Set pslam tests to level 8 2022-06-08 13:45:11 +09:00
c6d4c8d3d0 Fixes for merge of development 2022-06-08 13:43:09 +09:00
ad59120f52 Update phpunit config for cache result target 2022-06-08 13:37:58 +09:00
06479cadea phpunit test update, update all static testers, add psalm tester
Add Readme file update for install via composer

psalm static checker added
phan and phpstan update with ignoring vendor and test files as they are
not needed in final system
2022-06-08 13:34:48 +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
784788e035 Add psalm checks 1.0.2 2021-10-21 15:13:59 +09:00
bded6105ad Add phpstan and phan 1.0.1 2021-10-21 13:43:05 +09:00
6cc09fb089 Allow . in variables 2021-10-14 13:36:50 +09:00
75367b2724 Fix next line read with double quote blocks in one line
If there was this
FOO="bar"

Then the # comment block was attached to bar because FOO was seen as a
multiline block although the quotes are in one line only
1.0.0
2021-10-11 09:30:36 +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