-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcomposer.lock
More file actions
92 lines (92 loc) · 2.86 KB
/
Copy pathcomposer.lock
File metadata and controls
92 lines (92 loc) · 2.86 KB
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
{
"_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": "06bc9db1ba9743fe3301ce99c3838c79",
"packages": [
{
"name": "thunderer/shortcode",
"version": "dev-add-tars-parser",
"source": {
"type": "git",
"url": "https://github.com/rhukster/Shortcode.git",
"reference": "e4032b4a08ef1011eec2f6f22f25c104923d1fef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rhukster/Shortcode/zipball/e4032b4a08ef1011eec2f6f22f25c104923d1fef",
"reference": "e4032b4a08ef1011eec2f6f22f25c104923d1fef",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": ">=4.1",
"symfony/yaml": ">=2.0"
},
"suggest": {
"ext-dom": "if you want to use XML serializer",
"ext-json": "if you want to use JSON serializer",
"symfony/yaml": "if you want to use YAML serializer"
},
"type": "library",
"autoload": {
"psr-4": {
"Thunder\\Shortcode\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Thunder\\Shortcode\\Tests\\": "tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Tomasz Kowalczyk",
"email": "tomasz@kowalczyk.cc"
}
],
"description": "Advanced shortcode (BBCode) parser and engine for PHP",
"keywords": [
"bbcode",
"engine",
"library",
"parser",
"shortcode"
],
"support": {
"source": "https://github.com/rhukster/Shortcode/tree/add-tars-parser"
},
"time": "2026-06-24T19:42:47+00:00"
}
],
"packages-dev": [],
"aliases": [
{
"package": "thunderer/shortcode",
"version": "dev-add-tars-parser",
"alias": "0.7.7",
"alias_normalized": "0.7.7.0"
}
],
"minimum-stability": "stable",
"stability-flags": {
"thunderer/shortcode": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.1.3"
},
"platform-dev": {},
"platform-overrides": {
"php": "7.1.3"
},
"plugin-api-version": "2.9.0"
}