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.
39 lines
1.0 KiB
39 lines
1.0 KiB
{
|
|
"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-di/php-di": "^6.3",
|
|
"php": ">=5.3.7",
|
|
"phpoffice/phpspreadsheet": "^1.5",
|
|
"google/apiclient": "^2.2",
|
|
"sirprize/postal-code-validator": "^1.3",
|
|
"giggsey/libphonenumber-for-php": "^8.10",
|
|
"ezyang/htmlpurifier": "^4.13",
|
|
"mailjet/mailjet-apiv3-php": "^1.5",
|
|
"pragmarx/countries": "^0.7.2",
|
|
"stripe/stripe-php": "^7.94",
|
|
"vimeo/vimeo-api": "^3.0",
|
|
"lib-curl": "*"
|
|
},
|
|
"suggest": {
|
|
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "1.1.*",
|
|
"phpunit/phpunit": "4.* || 5.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "application/"
|
|
}
|
|
}
|
|
}
|
|
|