The TryingToScale PHP framework.
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.
 
 
tts_framework/composer.json

27 lines
782 B

{
"name": "tryingtoscale/tts_framework",
"type": "library",
"description": "A modern PHP Framework",
"keywords": ["PHP Framework"],
"homepage": "https://github.com/tryingtoscale/tts_framework",
"license": "MIT",
"authors": [
{
"name": "Robert Strutts",
"email": "Robert@TryingToScale.com",
"homepage": "https://TryingToScale.com"
}
],
"require": {
"php": ">=7.2.5",
"ezyang/htmlpurifier": "^4.14",
"phpmailer/phpmailer": "^6.5",
"scssphp/scssphp": "^1.10",
"mpdf/mpdf": "^8.0",
"twilio/sdk": "^6.34",
"tedivm/jshrink": "^1.4",
"guzzlehttp/guzzle": "^7.4",
"moneyphp/money": "^4.0",
"liquid/liquid": "^1.4"
}
}