Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 3c0da1e

Browse files
committed
Use vlucas/phpdotenv 3.* in tests
Because Codeception was updated to use that version
1 parent 78cae4b commit 3c0da1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"require-dev": {
24-
"vlucas/phpdotenv": "^2.4",
24+
"vlucas/phpdotenv": "^3.0",
2525
"codeception/specify": "*"
2626
}
2727
}

0 commit comments

Comments
 (0)