OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
old_sendy
/
includes
/
helpers
/
geo
/
geolite2
/
vendor
/
composer
/
ca-bundle
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
LICENSE
1.03 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
README.md
2.16 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
composer.json
1.23 KB
11/12/2024 09:44:50 AM
rw-r--r--
📁
res
-
11/12/2024 09:33:32 AM
rwxr-xr-x
📁
src
-
05/19/2025 10:07:16 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "composer/ca-bundle", "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "type": "library", "license": "MIT", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", "psr/log": "^1.0", "symfony/process": "^2.5 || ^3.0 || ^4.0" }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "autoload-dev": { "psr-4": { "Composer\\CaBundle\\": "tests" } }, "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "config": { "platform": { "php": "5.3.9" } } }