forked from pkp/plagiarism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
126 lines (126 loc) · 4.5 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "80bb207be22274306acfdd1ed833f68e",
"packages": [
{
"name": "bsobbe/ithenticate",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/bsobbe/iThenticate.git",
"reference": "8440a85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bsobbe/iThenticate/zipball/8440a85",
"reference": "8440a85",
"shasum": ""
},
"require": {
"phpxmlrpc/phpxmlrpc": "4.0"
},
"default-branch": true,
"type": "php-library",
"autoload": {
"psr-4": {
"bsobbe\\ithenticate\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sobhan Bagheri (A.K.A sobbe)",
"email": "[email protected]"
}
],
"description": "A library to use Ithenticate API easier and faster, to check and prevent plagiarism",
"keywords": [
"api",
"crossref",
"ithenticate",
"library",
"php",
"plagiarism",
"plagiarism-prevention"
],
"support": {
"issues": "https://github.com/bsobbe/iThenticate/issues",
"source": "https://github.com/bsobbe/iThenticate/tree/master"
},
"time": "2021-06-04T12:29:15+00:00"
},
{
"name": "phpxmlrpc/phpxmlrpc",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/gggeek/phpxmlrpc.git",
"reference": "679eacd661962f353a809ab66e83a86233f28bcc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/679eacd661962f353a809ab66e83a86233f28bcc",
"reference": "679eacd661962f353a809ab66e83a86233f28bcc",
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": ">=5.3.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"docbook/docbook-xsl": "~1.78",
"ext-curl": "*",
"ext-mbstring": "*",
"indeyets/pake": "~1.99",
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": ">=4.0.0",
"phpunit/phpunit-selenium": "*"
},
"suggest": {
"ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...",
"ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8",
"ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpXmlRpc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A php library for building xmlrpc clients and servers",
"homepage": "http://gggeek.github.io/phpxmlrpc/",
"keywords": [
"webservices",
"xmlrpc"
],
"support": {
"issues": "https://github.com/gggeek/phpxmlrpc/issues",
"source": "https://github.com/gggeek/phpxmlrpc/tree/master"
},
"time": "2016-01-20T23:28:09+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"bsobbe/ithenticate": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
}