forked from RomanSixty/Feed-on-Feeds
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.lock
153 lines (153 loc) · 5.29 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"_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": "180ad8e1127723a92d7dac7532afe18b",
"packages": [
{
"name": "busybee/urljoin",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/fluffy-critter/php-urljoin.git",
"reference": "25595f0eeef1d48dc7fdeb2d7ac9c7d5fead27de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fluffy-critter/php-urljoin/zipball/25595f0eeef1d48dc7fdeb2d7ac9c7d5fead27de",
"reference": "25595f0eeef1d48dc7fdeb2d7ac9c7d5fead27de",
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"default-branch": true,
"type": "library",
"autoload": {
"files": [
"src/urljoin.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "j 'fluffy' shagam",
"email": "[email protected]",
"homepage": "https://beesbuzz.biz/"
}
],
"description": "Library to correctly join relative and absolute URLs",
"keywords": [
"http",
"rel2abs",
"relative2absolute",
"url-concatenation",
"urljoin",
"urllib"
],
"support": {
"issues": "https://github.com/fluffy-critter/php-urljoin/issues",
"source": "https://github.com/fluffy-critter/php-urljoin/tree/v1.0.0"
},
"time": "2024-08-20T23:23:07+00:00"
},
{
"name": "simplepie/simplepie",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/simplepie/simplepie.git",
"reference": "9385c54382edec0a768fdbe310c3e580c1b5dc81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/9385c54382edec0a768fdbe310c3e580c1b5dc81",
"reference": "9385c54382edec0a768fdbe310c3e580c1b5dc81",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"ext-xml": "*",
"ext-xmlreader": "*",
"php": ">=7.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19 || ^3.8",
"mf2/mf2": "^0.5.0",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^8 || ^9 || ^10",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/simple-cache": "^1 || ^2 || ^3"
},
"suggest": {
"ext-curl": "",
"ext-iconv": "",
"ext-intl": "",
"ext-mbstring": "",
"mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-0": {
"SimplePie": "library"
},
"psr-4": {
"SimplePie\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ryan Parman",
"homepage": "http://ryanparman.com/",
"role": "Creator, alumnus developer"
},
{
"name": "Sam Sneddon",
"homepage": "https://gsnedders.com/",
"role": "Alumnus developer"
},
{
"name": "Ryan McCue",
"email": "[email protected]",
"homepage": "http://ryanmccue.info/",
"role": "Developer"
}
],
"description": "A simple Atom/RSS parsing library for PHP",
"homepage": "http://simplepie.org/",
"keywords": [
"atom",
"feeds",
"rss"
],
"support": {
"issues": "https://github.com/simplepie/simplepie/issues",
"source": "https://github.com/simplepie/simplepie/tree/master"
},
"time": "2024-07-24T00:21:05+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"simplepie/simplepie": 20,
"busybee/urljoin": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}