Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/composer.json

27 lines
724 B
JSON

{
"name" : "pnx/httpcb",
"description" : "",
"require": {
"php": ">=7.4.0",
"ext-phalcon": ">=4.0.0",
"ext-psr": ">=1.2",
"ext-redis": "*",
"ext-yaml": "*",
"robmorgan/phinx": "^0.10.6",
"league/oauth2-client": "^2.3",
"league/oauth2-github": "^2.0",
"league/oauth2-google": "^2.2",
"league/oauth2-linkedin": "^4.1",
"omines/oauth2-gitlab": "^3.1",
"ergebnis/json-printer": "^2.0",
"sendgrid/sendgrid": "^7.0"
},
"license": "MIT",
"authors": [
{
"name": "Henrik Hautakoski",
"email": "henrik.hautakoski@gmail.com",
"homepage": "http://shufflingpixels.com"
}
]
}