You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release notes](https://github.com/vlucas/phpdotenv/releases/tag/v3.0.0) and
73
+
the [upgrading guide](UPGRADING.md).
74
+
75
+
65
76
Usage
66
77
-----
78
+
67
79
The `.env` file is generally kept out of version control since it can contain
68
80
sensitive API keys and passwords. A separate `.env.example` file is created
69
81
with all the required environment variables defined except for the sensitive
@@ -302,14 +314,9 @@ License
302
314
PHP dotenv is licensed under [The BSD 3-Clause License](LICENSE).
303
315
304
316
305
-
---
317
+
For Enterprise
318
+
--------------
319
+
320
+
Available as part of the Tidelift Subscription
306
321
307
-
<divalign="center">
308
-
<b>
309
-
<a href="https://tidelift.com/subscription/pkg/packagist-vlucas-phpdotenv?utm_source=packagist-vlucas-phpdotenv&utm_medium=referral&utm_campaign=readme">Get professional support for PHP dotenv with a Tidelift subscription</a>
310
-
</b>
311
-
<br>
312
-
<sub>
313
-
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
314
-
</sub>
315
-
</div>
322
+
The maintainers of `vlucas/phpdotenv` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-vlucas-phpdotenv?utm_source=packagist-vlucas-phpdotenv&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
0 commit comments