A Sample PHP Project for the tts_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_project/composer.json

19 lines
551 B

{
"name": "tryingtoscale/tts_project",
"type": "project",
"description": "A modern PHP Framework, sample Project.",
"keywords": ["PHP TTS Framework", "TTS Project"],
"homepage": "https://git.mysnippetsofcode.com/tts/tts_project",
"license": "MIT",
"authors": [
{
"name": "Robert Strutts",
"email": "Robert@TryingToScale.com",
"homepage": "https://TryingToScale.com",
"role": "Developer"
}
],
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}