Skip to content

Commit 67b7d0b

Browse files
committed
fix composer dependency to support tests on [email protected]
1 parent d703d17 commit 67b7d0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "Sebastian Meyer",
8+
"name": "Sebastian Bretschneider",
99
"email": "[email protected]"
1010
}
1111
],
@@ -17,8 +17,8 @@
1717
"Sebbmyr\\Teams\\": "src/"
1818
}
1919
},
20-
"minimum-stability": "dev",
20+
"minimum-stability": "stable",
2121
"require-dev": {
22-
"vlucas/phpdotenv": "^5.6@dev"
22+
"vlucas/phpdotenv": "^3.6"
2323
}
2424
}

tests/full_width.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
require_once(__DIR__.'/../vendor/autoload.php');
88

9-
$dotenv = Dotenv::createImmutable(__DIR__.'/..');
9+
$dotenv = Dotenv::create(__DIR__.'/..');
1010
$dotenv->load();
1111

1212
$titleItem = [

0 commit comments

Comments
 (0)