comparison default/assets/vendors/theme-widgets/composer.lock @ 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 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "257def8e17f1b669460ab919a0840680",
8 "packages": [
9 {
10 "name": "abraham/twitteroauth",
11 "version": "0.7.3",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/abraham/twitteroauth.git",
15 "reference": "78ece83edd58933ec0a5b5aad906a1d34a694634"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/78ece83edd58933ec0a5b5aad906a1d34a694634",
20 "reference": "78ece83edd58933ec0a5b5aad906a1d34a694634",
21 "shasum": ""
22 },
23 "require": {
24 "ext-curl": "*",
25 "php": "^5.6 || ^7.0"
26 },
27 "require-dev": {
28 "phpmd/phpmd": "~2.4",
29 "phpunit/phpunit": "~5.6",
30 "squizlabs/php_codesniffer": "~2.7"
31 },
32 "type": "library",
33 "autoload": {
34 "psr-4": {
35 "Abraham\\TwitterOAuth\\": "src"
36 }
37 },
38 "notification-url": "https://packagist.org/downloads/",
39 "license": [
40 "MIT"
41 ],
42 "authors": [
43 {
44 "name": "Abraham Williams",
45 "email": "[email protected]",
46 "homepage": "https://abrah.am",
47 "role": "Developer"
48 }
49 ],
50 "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
51 "homepage": "https://twitteroauth.com",
52 "keywords": [
53 "Twitter API",
54 "Twitter oAuth",
55 "api",
56 "oauth",
57 "rest",
58 "social",
59 "twitter"
60 ],
61 "time": "2017-06-01T00:28:10+00:00"
62 },
63 {
64 "name": "mute/facebook",
65 "version": "v1.0.4",
66 "source": {
67 "type": "git",
68 "url": "https://github.com/johnnoone/php-facebook.git",
69 "reference": "ea22c5a37e0a1a16086a5fcc8f3e1db7db1c4531"
70 },
71 "dist": {
72 "type": "zip",
73 "url": "https://api.github.com/repos/johnnoone/php-facebook/zipball/ea22c5a37e0a1a16086a5fcc8f3e1db7db1c4531",
74 "reference": "ea22c5a37e0a1a16086a5fcc8f3e1db7db1c4531",
75 "shasum": ""
76 },
77 "require": {
78 "lib-curl": "*",
79 "php": ">=5.3.0"
80 },
81 "require-dev": {
82 "phpunit/phpunit": "3.7.*"
83 },
84 "type": "library",
85 "autoload": {
86 "psr-0": {
87 "Mute": "src/"
88 }
89 },
90 "notification-url": "https://packagist.org/downloads/",
91 "license": [
92 "MIT"
93 ],
94 "authors": [
95 {
96 "name": "Xavier Barbosa",
97 "email": "[email protected]",
98 "homepage": "https://github.com/johnnoone",
99 "role": "Developer"
100 }
101 ],
102 "description": "Implements Graph API and some of the OAuth facilities to operate with Facebook",
103 "keywords": [
104 "facebook",
105 "library",
106 "rest"
107 ],
108 "time": "2015-04-02T15:14:41+00:00"
109 }
110 ],
111 "packages-dev": [],
112 "aliases": [],
113 "minimum-stability": "stable",
114 "stability-flags": [],
115 "prefer-stable": false,
116 "prefer-lowest": false,
117 "platform": [],
118 "platform-dev": []
119 }