Skip to content

Commit 5670bda

Browse files
authored
Merge pull request #7 from varrcan/master
feat(composer): Допустимая версия phpdotenv > 2.1
2 parents 4b7ed2e + 656b1b6 commit 5670bda

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
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=7.2",
1919
"sentry/sdk": "^3.1",
20-
"vlucas/phpdotenv": "^2.2 || ^3.3 || ^4"
20+
"vlucas/phpdotenv": "^2.1 || ^3.3 || ^4"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)