Files
FloatBackOfffice/composer.json
T
dev-chiefworks f76abffdcd first commit
2022-05-31 16:21:53 -04:00

39 lines
1.0 KiB
JSON

{
"description": "The CodeIgniter framework",
"name": "codeigniter/framework",
"type": "project",
"homepage": "https://codeigniter.com",
"license": "MIT",
"support": {
"forum": "http://forum.codeigniter.com/",
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
"slack": "https://codeigniterchat.slack.com",
"source": "https://github.com/bcit-ci/CodeIgniter"
},
"require": {
"php": ">=7.0",
"ddeboer/imap": "^0.5.2",
"google/apiclient": "^2.0",
"google/cloud-storage": "^1.10",
"zircote/swagger-php": "^3.0",
"google/cloud-kms": "^1.5",
"ext-pgsql": "*",
"firebase/php-jwt": "^5.0",
"guzzlehttp/guzzle": "~6.0",
"nesbot/carbon": "^2.25",
"seunmatt/codeigniter-log-viewer": "^1.1",
"php-ai/php-ml": "^0.8.0",
"sendgrid/sendgrid": "~7",
"phpfastcache/phpfastcache": "^7.1",
"ps/image-optimizer": "^2.0"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
"mikey179/vfsstream": "1.1.*",
"phpunit/phpunit": "4.* || 5.*"
}
}