1 Star 0 Fork 0

左岸岛/oauth2-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
Spomky 提交于 2014-10-31 16:11 . PSR-0 to PSR-4 Autoloading
{
"name": "friendsofsymfony/oauth2-php",
"type": "library",
"description": "OAuth2 library",
"license": "MIT",
"keywords": ["oauth", "oauth2"],
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
"authors": [
{
"name": "Arnaud Le Blanc",
"email": "arnaud.lb@gmail.com"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/http-foundation": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": { "OAuth2\\": "lib/" }
},
"autoload-dev": {
"psr-4": { "OAuth2\\Tests\\": "tests/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zoand/oauth2-php.git
git@gitee.com:zoand/oauth2-php.git
zoand
oauth2-php
oauth2-php
master

搜索帮助