We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d703d17 commit 67b7d0bCopy full SHA for 67b7d0b
composer.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"authors": [
7
{
8
- "name": "Sebastian Meyer",
+ "name": "Sebastian Bretschneider",
9
"email": "[email protected]"
10
}
11
],
@@ -17,8 +17,8 @@
17
"Sebbmyr\\Teams\\": "src/"
18
19
},
20
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
21
"require-dev": {
22
- "vlucas/phpdotenv": "^5.6@dev"
+ "vlucas/phpdotenv": "^3.6"
23
24
tests/full_width.php
@@ -6,7 +6,7 @@
require_once(__DIR__.'/../vendor/autoload.php');
-$dotenv = Dotenv::createImmutable(__DIR__.'/..');
+$dotenv = Dotenv::create(__DIR__.'/..');
$dotenv->load();
12
$titleItem = [
0 commit comments