mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 23:24:16 -04:00
Move dotenv to depdencies (#2737)
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
"codeigniter/framework": "^3.1.11",
|
||||
"dompdf/dompdf": "^0.7",
|
||||
"tamtamchik/namecase": "^1.0",
|
||||
"paragonie/random_compat": "^2.0"
|
||||
"paragonie/random_compat": "^2.0",
|
||||
"vlucas/phpdotenv": "^2.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"mikey179/vfsStream": "1.1.*",
|
||||
"vlucas/phpdotenv": "^2.4"
|
||||
"mikey179/vfsStream": "1.1.*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user