-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.lock
64 lines (64 loc) · 2.1 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
{
"_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": "2c473e2d42641477d0be86a8787de34e",
"packages": [
{
"name": "wpfluent/framework",
"version": "2.4.0",
"source": {
"type": "git",
"url": "git@github.com:wpfluent/framework.git",
"reference": "c1d284b50f569aa4c9dbfd026772ff45032aeffd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wpfluent/framework/zipball/c1d284b50f569aa4c9dbfd026772ff45032aeffd",
"reference": "c1d284b50f569aa4c9dbfd026772ff45032aeffd",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.3|^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"WPFluent\\": "src/WPFluent"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Sheikh Heera",
"email": "heera.sheikh77@gmail.com"
}
],
"description": "A lightweight rest api based framework to build WordPress plugins.",
"support": {
"source": "https://github.com/wpfluent/framework/tree/2.4.0",
"issues": "https://github.com/wpfluent/framework/issues"
},
"time": "2024-05-18T21:01:09+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}