mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-20 22:48:49 -04:00
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"require": {
|
|
"php": "^8.1",
|
|
"embed/embed": "^4.3",
|
|
"grandel/include-directory": "^0.2.2",
|
|
"qferr/mjml-php": "^2.0",
|
|
"gettext/gettext": "^5.6",
|
|
"gettext/translator": "^1.1",
|
|
"jaybizzle/crawler-detect": "^1.2",
|
|
"slim/psr7": "^1.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.0"
|
|
}
|
|
}
|