Skip to content

Commit

Permalink
Changing project information to a dependency-free one
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanlevert committed Dec 1, 2023
1 parent 5ed33f2 commit a87e732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Simple and fast class handling an environment file to `$_ENV`, `$_SERVER` and `getenv()`
## Simple, dependency-free and fast class handling an environment file to `$_ENV`, `$_SERVER` and `getenv()`

[![codecov](https://codecov.io/gh/rayanlevert/dotenv/branch/main/graph/badge.svg)](https://codecov.io/gh/rayanlevert/dotenv)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rayanlevert/dotenv",
"description": "Handles an environment file (.env) et loads the variables and its values in $_ENV, $_SERVER and getenv() in the PHP userland",
"description": "Dependency-free environment file handler (.env) loading variables and its values in $_ENV, $_SERVER and getenv() in the PHP userland",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
Expand Down

0 comments on commit a87e732

Please sign in to comment.