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

Commit 693ef9f

Browse files
committed
Use vlucas/phpdotenv 3.* in tests
Because Codeception was updated to use that version
1 parent 18ceba3 commit 693ef9f

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
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require-dev": {
28-
"vlucas/phpdotenv": "^2.4",
28+
"vlucas/phpdotenv": "^3.0",
2929
"codeception/specify": "*"
3030
}
3131
}

0 commit comments

Comments
 (0)