You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
783 B
27 lines
783 B
{
|
|
"name": "tryingtoscale/tts_framework",
|
|
"type": "library",
|
|
"description": "A modern PHP Framework",
|
|
"keywords": ["PHP Framework"],
|
|
"homepage": "https://git.mysnippetsofcode.com/tts/tts_framework",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Robert Strutts",
|
|
"email": "Robert@TryingToScale.com",
|
|
"homepage": "https://TryingToScale.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ezyang/htmlpurifier": "^4.16",
|
|
"phpmailer/phpmailer": "^6.7",
|
|
"scssphp/scssphp": "^1.11",
|
|
"mpdf/mpdf": "^8.1",
|
|
"twilio/sdk": "^6.44",
|
|
"tedivm/jshrink": "^1.4",
|
|
"guzzlehttp/guzzle": "^7.5",
|
|
"liquid/liquid": "^1.4"
|
|
}
|
|
}
|
|
|