Mercurial > nebulaweb3
comparison default/assets/vendors/theme-widgets/vendor/mute/facebook/composer.json @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 { | |
2 "name": "mute/facebook", | |
3 "description": "Implements Graph API and some of the OAuth facilities to operate with Facebook", | |
4 "keywords": ["library", "facebook", "rest"], | |
5 "license": "MIT", | |
6 "authors": [ | |
7 { | |
8 "name": "Xavier Barbosa", | |
9 "email": "[email protected]", | |
10 "homepage": "https://github.com/johnnoone", | |
11 "role": "Developer" | |
12 } | |
13 ], | |
14 "require": { | |
15 "php": ">=5.3.0", | |
16 "lib-curl": "*" | |
17 }, | |
18 "require-dev": { | |
19 "phpunit/phpunit": "3.7.*" | |
20 }, | |
21 "autoload": { | |
22 "psr-0": {"Mute": "src/"} | |
23 }, | |
24 "support": { | |
25 "source": "https://github.com/johnnoone/php-facebook" | |
26 } | |
27 } |