-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathcomposer.lock
69 lines (69 loc) · 2.42 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
{
"_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": "b5368e63081003e85c89088d5625032a",
"packages": [
{
"name": "learnosity/learnosity-sdk-php",
"version": "v1.0.5",
"source": {
"type": "git",
"url": "https://github.com/Learnosity/learnosity-sdk-php.git",
"reference": "405247b0e9fc2b82f1104d7a46d1a114fcf68f04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Learnosity/learnosity-sdk-php/zipball/405247b0e9fc2b82f1104d7a46d1a114fcf68f04",
"reference": "405247b0e9fc2b82f1104d7a46d1a114fcf68f04",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": "^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"squizlabs/php_codesniffer": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"LearnositySdk\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Include this package into your own codebase to ease integration with any of the Learnosity APIs",
"homepage": "https://github.com/Learnosity/learnosity-sdk-php",
"keywords": [
"PHP7",
"learnosity",
"php8",
"sdk"
],
"support": {
"issues": "https://github.com/Learnosity/learnosity-sdk-php/issues",
"source": "https://github.com/Learnosity/learnosity-sdk-php/tree/v1.0.5"
},
"time": "2024-10-14T16:24:35+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=8.1"
},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}