mirror of
https://github.com/chylex/Lightning-Tracker.git
synced 2024-10-30 01:42:51 +01:00
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"require-dev": {
|
|
"codeception/codeception": "4.1.7",
|
|
"codeception/module-phpbrowser": "1.0.1",
|
|
"codeception/module-asserts": "1.3.0",
|
|
"codeception/module-db": "1.0.1"
|
|
},
|
|
"require": {
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_mysql": "*"
|
|
}
|
|
}
|