{"packages":{"tomrf/dotenv":{"0.0.1":{"name":"tomrf/dotenv","description":"simple dotenv file loader using the built-in parse_ini_file()","keywords":["environment","env","dotenv","environment variables"],"homepage":"http://github.com/tomrf/dotenv","version":"0.0.1","version_normalized":"0.0.1.0","license":["MIT"],"authors":[],"source":{"url":"https://github.com/tomrf/dotenv.git","type":"git","reference":"c8bc1ca70f9b7211d847b76a9c4574bed993bfcd"},"dist":{"url":"https://api.github.com/repos/tomrf/dotenv/zipball/c8bc1ca70f9b7211d847b76a9c4574bed993bfcd","type":"zip","shasum":"","reference":"c8bc1ca70f9b7211d847b76a9c4574bed993bfcd"},"type":"library","funding":[],"time":"2022-06-02T23:53:15+00:00","autoload":{"psr-4":{"Tomrf\\DotEnv\\":"src/"}},"require":{"php":"^8.0"},"require-dev":{"phpunit/phpunit":"^9.5","phpstan/phpstan":"^1.6","friendsofphp/php-cs-fixer":"^3.8","phpmd/phpmd":"^2.12","roave/security-advisories":"dev-latest"},"uid":6307455},"0.0.2":{"name":"tomrf/dotenv","description":"simple dotenv file loader using the built-in parse_ini_file()","keywords":["environment","env","dotenv","environment variables"],"homepage":"http://github.com/tomrf/dotenv","version":"0.0.2","version_normalized":"0.0.2.0","license":["MIT"],"authors":[{"name":"Tom Rune Flo","email":"tom@x86.no","homepage":"http://github.com/tomrf/"}],"source":{"url":"https://github.com/tomrf/dotenv.git","type":"git","reference":"5b1346d4014f616a0d9789695f09a367c1f867e2"},"dist":{"url":"https://api.github.com/repos/tomrf/dotenv/zipball/5b1346d4014f616a0d9789695f09a367c1f867e2","type":"zip","shasum":"","reference":"5b1346d4014f616a0d9789695f09a367c1f867e2"},"type":"library","funding":[],"time":"2022-07-10T00:07:08+00:00","autoload":{"psr-4":{"Tomrf\\DotEnv\\":"src/"}},"extra":{"intro":["Load environment variables from dotenv file using the PHP built-in parse_ini_file() function","with scanner mode `INI_SCANNER_TYPED` (See [PHP manual](https://www.php.net/manual/en/function.parse-ini-file.php))","","It is a simple, reliable and super fast way to load dotenv files without any bells and whistles."],"example":["$dotEnvLoader = new \\Tomrf\\DotEnv\\DotEnvLoader();","","$dotEnvLoader->loadImmutable(__DIR__ . '/.env');    // loadImmutable() will not overwrite existing","                                                    // environment variables","","$dotEnvLoader->load('/path/to/dotenv/file');        // load() will overwrite existing environment variables"]},"require":{"php":"^8.0"},"require-dev":{"phpunit/phpunit":"^9.5","phpstan/phpstan":"^1.6","friendsofphp/php-cs-fixer":"^3.8","phpmd/phpmd":"^2.12","roave/security-advisories":"dev-latest","tomrf/readme-gen":"^0.0"},"uid":6406809},"0.0.3":{"name":"tomrf/dotenv","description":"simple dotenv file loader using the built-in parse_ini_file()","keywords":["environment","env","dotenv","environment variables"],"homepage":"http://github.com/tomrf/dotenv","version":"0.0.3","version_normalized":"0.0.3.0","license":["MIT"],"authors":[{"name":"Tom Rune Flo","email":"tom@x86.no","homepage":"http://github.com/tomrf/"}],"source":{"url":"https://github.com/tomrf/dotenv.git","type":"git","reference":"9b25deca5a09c4c9790e36fd41908b3ae8f34544"},"dist":{"url":"https://api.github.com/repos/tomrf/dotenv/zipball/9b25deca5a09c4c9790e36fd41908b3ae8f34544","type":"zip","shasum":"","reference":"9b25deca5a09c4c9790e36fd41908b3ae8f34544"},"type":"library","funding":[],"time":"2023-03-16T13:25:09+00:00","autoload":{"psr-4":{"Tomrf\\DotEnv\\":"src/"}},"extra":{"intro":["Load environment variables from dotenv file using the PHP built-in parse_ini_file() function","with scanner mode `INI_SCANNER_TYPED` (See [PHP manual](https://www.php.net/manual/en/function.parse-ini-file.php))","","It is a simple, reliable and super fast way to load dotenv files without any bells and whistles."],"example":["$dotEnvLoader = new \\Tomrf\\DotEnv\\DotEnvLoader();","","// loadImmutable() will not overwrite existing environment variables","$dotEnvLoader->loadImmutable(__DIR__ . '/.env');","","// load() will overwrite existing environment variables","$dotEnvLoader->load('/path/to/dotenv/file');"]},"require":{"php":"^8.0"},"require-dev":{"phpunit/phpunit":"^9.5","phpstan/phpstan":"^1.6","friendsofphp/php-cs-fixer":"^3.8","phpmd/phpmd":"^2.12","roave/security-advisories":"dev-latest","tomrf/readme-gen":"^0.0"},"uid":7044902},"0.0.4":{"name":"tomrf/dotenv","description":"simple dotenv file loader using the built-in parse_ini_file()","keywords":["environment","env","dotenv","environment variables"],"homepage":"http://github.com/tomrf/dotenv","version":"0.0.4","version_normalized":"0.0.4.0","license":["MIT"],"authors":[{"name":"Tom Rune Flo","email":"tom@x86.no","homepage":"http://github.com/tomrf/"}],"source":{"url":"https://github.com/tomrf/dotenv.git","type":"git","reference":"652bca33c92f52eb30422980e065f3ee3d7df68c"},"dist":{"url":"https://api.github.com/repos/tomrf/dotenv/zipball/652bca33c92f52eb30422980e065f3ee3d7df68c","type":"zip","shasum":"","reference":"652bca33c92f52eb30422980e065f3ee3d7df68c"},"type":"library","funding":[],"time":"2023-04-21T13:14:17+00:00","autoload":{"psr-4":{"Tomrf\\DotEnv\\":"src/"}},"extra":{"intro":["Load environment variables from dotenv file using the PHP built-in parse_ini_file() function","with scanner mode `INI_SCANNER_TYPED` (See [PHP manual](https://www.php.net/manual/en/function.parse-ini-file.php))","","It is a simple, reliable and super fast way to load dotenv files without any bells and whistles."],"example":["$dotEnvLoader = new \\Tomrf\\DotEnv\\DotEnvLoader();","","// loadImmutable() will not overwrite existing environment variables","$dotEnvLoader->loadImmutable(__DIR__ . '/.env');","","// load() will overwrite existing environment variables","$dotEnvLoader->load('/path/to/dotenv/file');"]},"require":{"php":"^8.0"},"require-dev":{"phpunit/phpunit":"^9.5","phpstan/phpstan":"^1.6","friendsofphp/php-cs-fixer":"^3.8","phpmd/phpmd":"^2.12","roave/security-advisories":"dev-latest","tomrf/readme-gen":"^0.0"},"uid":7140338},"0.0.5":{"name":"tomrf/dotenv","description":"simple dotenv file loader using the built-in parse_ini_file()","keywords":["environment","env","dotenv","environment variables"],"homepage":"http://github.com/tomrf/dotenv","version":"0.0.5","version_normalized":"0.0.5.0","license":["MIT"],"authors":[{"name":"Tom Rune Flo","email":"tom@x86.no","homepage":"http://github.com/tomrf/"}],"source":{"url":"https://github.com/tomrf/dotenv.git","type":"git","reference":"5ce358beb40cd0ce63e4cca591147f85aeca2505"},"dist":{"url":"https://api.github.com/repos/tomrf/dotenv/zipball/5ce358beb40cd0ce63e4cca591147f85aeca2505","type":"zip","shasum":"","reference":"5ce358beb40cd0ce63e4cca591147f85aeca2505"},"type":"library","funding":[],"time":"2023-08-02T13:13:16+00:00","autoload":{"psr-4":{"Tomrf\\DotEnv\\":"src/"}},"extra":{"intro":["Load environment variables from dotenv file using the PHP built-in parse_ini_file() function","with scanner mode `INI_SCANNER_TYPED` (See [PHP manual](https://www.php.net/manual/en/function.parse-ini-file.php))","","It is a simple, reliable and super fast way to load dotenv files without any bells nor whistles."],"example":["$dotEnvLoader = new \\Tomrf\\DotEnv\\DotEnvLoader();","","// loadImmutable() will not overwrite existing environment variables","$dotEnvLoader->loadImmutable(__DIR__ . '/.env');","","// load() will overwrite existing environment variables","$dotEnvLoader->load('/path/to/dotenv/file');"]},"require":{"php":"^8.0"},"require-dev":{"phpunit/phpunit":"^9.5","phpstan/phpstan":"^1.6","friendsofphp/php-cs-fixer":"^3.8","phpmd/phpmd":"^2.12","roave/security-advisories":"dev-latest","tomrf/readme-gen":"^0.0"},"uid":7404455},"dev-master":{"name":"tomrf/dotenv","description":"simple dotenv file loader using the built-in parse_ini_file()","keywords":["environment","env","dotenv","environment variables"],"homepage":"http://github.com/tomrf/dotenv","version":"dev-master","version_normalized":"9999999-dev","license":["MIT"],"authors":[{"name":"Tom Rune Flo","email":"tom@x86.no","homepage":"http://github.com/tomrf/"}],"source":{"url":"https://github.com/tomrf/dotenv.git","type":"git","reference":"5ce358beb40cd0ce63e4cca591147f85aeca2505"},"dist":{"url":"https://api.github.com/repos/tomrf/dotenv/zipball/5ce358beb40cd0ce63e4cca591147f85aeca2505","type":"zip","shasum":"","reference":"5ce358beb40cd0ce63e4cca591147f85aeca2505"},"type":"library","funding":[],"time":"2023-08-02T13:13:16+00:00","autoload":{"psr-4":{"Tomrf\\DotEnv\\":"src/"}},"extra":{"intro":["Load environment variables from dotenv file using the PHP built-in parse_ini_file() function","with scanner mode `INI_SCANNER_TYPED` (See [PHP manual](https://www.php.net/manual/en/function.parse-ini-file.php))","","It is a simple, reliable and super fast way to load dotenv files without any bells nor whistles."],"example":["$dotEnvLoader = new \\Tomrf\\DotEnv\\DotEnvLoader();","","// loadImmutable() will not overwrite existing environment variables","$dotEnvLoader->loadImmutable(__DIR__ . '/.env');","","// load() will overwrite existing environment variables","$dotEnvLoader->load('/path/to/dotenv/file');"]},"default-branch":true,"require":{"php":"^8.0"},"require-dev":{"phpunit/phpunit":"^9.5","phpstan/phpstan":"^1.6","friendsofphp/php-cs-fixer":"^3.8","phpmd/phpmd":"^2.12","roave/security-advisories":"dev-latest","tomrf/readme-gen":"^0.0"},"uid":6307454}}}}