|
2 | 2 | "packages": [ |
3 | 3 | { |
4 | 4 | "name": "automattic/jetpack-assets", |
5 | | - "version": "2.0.3", |
| 5 | + "version": "v2.0.3", |
6 | 6 | "version_normalized": "2.0.3.0", |
| 7 | + "source": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/Automattic/jetpack-assets.git", |
| 10 | + "reference": "c082d9218d7d2e5963f3eeea191038fb457b49f5" |
| 11 | + }, |
7 | 12 | "dist": { |
8 | | - "type": "path", |
9 | | - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", |
10 | | - "reference": "f17cd00534e0d5d21f7294dca033a45eb8a813ee" |
| 13 | + "type": "zip", |
| 14 | + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/c082d9218d7d2e5963f3eeea191038fb457b49f5", |
| 15 | + "reference": "c082d9218d7d2e5963f3eeea191038fb457b49f5", |
| 16 | + "shasum": "" |
11 | 17 | }, |
12 | 18 | "require": { |
13 | 19 | "automattic/jetpack-constants": "^2.0.0", |
|
22 | 28 | "suggest": { |
23 | 29 | "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." |
24 | 30 | }, |
| 31 | + "time": "2023-12-11T20:00:40+00:00", |
25 | 32 | "type": "jetpack-library", |
26 | 33 | "extra": { |
27 | 34 | "autotagger": true, |
|
43 | 50 | "src/" |
44 | 51 | ] |
45 | 52 | }, |
46 | | - "scripts": { |
47 | | - "build-development": [ |
48 | | - "pnpm run build" |
49 | | - ], |
50 | | - "build-production": [ |
51 | | - "pnpm run build-production" |
52 | | - ], |
53 | | - "phpunit": [ |
54 | | - "./vendor/phpunit/phpunit/phpunit --colors=always" |
55 | | - ], |
56 | | - "test-js": [ |
57 | | - "pnpm run test" |
58 | | - ], |
59 | | - "test-php": [ |
60 | | - "@composer phpunit" |
61 | | - ] |
62 | | - }, |
| 53 | + "notification-url": "https://packagist.org/downloads/", |
63 | 54 | "license": [ |
64 | 55 | "GPL-2.0-or-later" |
65 | 56 | ], |
66 | 57 | "description": "Asset management utilities for Jetpack ecosystem packages", |
67 | | - "transport-options": { |
68 | | - "relative": false |
| 58 | + "support": { |
| 59 | + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.0.3" |
69 | 60 | }, |
70 | 61 | "install-path": "../../jetpack_vendor/automattic/jetpack-assets" |
71 | 62 | }, |
72 | 63 | { |
73 | 64 | "name": "automattic/jetpack-autoloader", |
74 | | - "version": "3.0.2", |
| 65 | + "version": "v3.0.2", |
75 | 66 | "version_normalized": "3.0.2.0", |
| 67 | + "source": { |
| 68 | + "type": "git", |
| 69 | + "url": "https://github.com/Automattic/jetpack-autoloader.git", |
| 70 | + "reference": "bbf43988d1538a9f2678809b0868dc42111d0b12" |
| 71 | + }, |
76 | 72 | "dist": { |
77 | | - "type": "path", |
78 | | - "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", |
79 | | - "reference": "ffc9270764f2743f2e44339a8b5d0a9d14cd53eb" |
| 73 | + "type": "zip", |
| 74 | + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/bbf43988d1538a9f2678809b0868dc42111d0b12", |
| 75 | + "reference": "bbf43988d1538a9f2678809b0868dc42111d0b12", |
| 76 | + "shasum": "" |
80 | 77 | }, |
81 | 78 | "require": { |
82 | 79 | "composer-plugin-api": "^1.1 || ^2.0", |
83 | 80 | "php": ">=7.0" |
84 | 81 | }, |
85 | 82 | "require-dev": { |
86 | | - "automattic/jetpack-changelogger": "^4.0.5", |
| 83 | + "automattic/jetpack-changelogger": "^4.0.2", |
87 | 84 | "yoast/phpunit-polyfills": "1.1.0" |
88 | 85 | }, |
| 86 | + "time": "2023-11-21T18:59:10+00:00", |
89 | 87 | "type": "composer-plugin", |
90 | 88 | "extra": { |
91 | 89 | "autotagger": true, |
|
103 | 101 | }, |
104 | 102 | "installation-source": "dist", |
105 | 103 | "autoload": { |
106 | | - "classmap": [ |
107 | | - "src/AutoloadGenerator.php" |
108 | | - ], |
109 | 104 | "psr-4": { |
110 | 105 | "Automattic\\Jetpack\\Autoloader\\": "src" |
111 | | - } |
112 | | - }, |
113 | | - "scripts": { |
114 | | - "phpunit": [ |
115 | | - "./vendor/phpunit/phpunit/phpunit --colors=always" |
116 | | - ], |
117 | | - "test-php": [ |
118 | | - "@composer phpunit" |
| 106 | + }, |
| 107 | + "classmap": [ |
| 108 | + "src/AutoloadGenerator.php" |
119 | 109 | ] |
120 | 110 | }, |
| 111 | + "notification-url": "https://packagist.org/downloads/", |
121 | 112 | "license": [ |
122 | 113 | "GPL-2.0-or-later" |
123 | 114 | ], |
|
130 | 121 | "plugin", |
131 | 122 | "wordpress" |
132 | 123 | ], |
133 | | - "transport-options": { |
134 | | - "relative": false |
| 124 | + "support": { |
| 125 | + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.2" |
135 | 126 | }, |
136 | 127 | "install-path": "../automattic/jetpack-autoloader" |
137 | 128 | }, |
138 | 129 | { |
139 | 130 | "name": "automattic/jetpack-composer-plugin", |
140 | | - "version": "2.0.0", |
| 131 | + "version": "v2.0.0", |
141 | 132 | "version_normalized": "2.0.0.0", |
| 133 | + "source": { |
| 134 | + "type": "git", |
| 135 | + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", |
| 136 | + "reference": "d4d80af5d62fcf0b786accfc136e89977ba66853" |
| 137 | + }, |
142 | 138 | "dist": { |
143 | | - "type": "path", |
144 | | - "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", |
145 | | - "reference": "953b196714ffa5862a94216cfe09e3edad8ed318" |
| 139 | + "type": "zip", |
| 140 | + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/d4d80af5d62fcf0b786accfc136e89977ba66853", |
| 141 | + "reference": "d4d80af5d62fcf0b786accfc136e89977ba66853", |
| 142 | + "shasum": "" |
146 | 143 | }, |
147 | 144 | "require": { |
148 | 145 | "composer-plugin-api": "^2.1.0", |
149 | 146 | "php": ">=7.0" |
150 | 147 | }, |
151 | 148 | "require-dev": { |
152 | | - "automattic/jetpack-changelogger": "^4.0.5", |
| 149 | + "automattic/jetpack-changelogger": "^4.0.0", |
153 | 150 | "composer/composer": "^2.2 || ^2.4", |
154 | 151 | "yoast/phpunit-polyfills": "1.1.0" |
155 | 152 | }, |
| 153 | + "time": "2023-11-20T20:02:27+00:00", |
156 | 154 | "type": "composer-plugin", |
157 | 155 | "extra": { |
158 | 156 | "plugin-modifies-install-path": true, |
|
172 | 170 | "src/" |
173 | 171 | ] |
174 | 172 | }, |
175 | | - "scripts": { |
176 | | - "phpunit": [ |
177 | | - "./vendor/phpunit/phpunit/phpunit --colors=always" |
178 | | - ], |
179 | | - "test-php": [ |
180 | | - "@composer phpunit" |
181 | | - ] |
182 | | - }, |
| 173 | + "notification-url": "https://packagist.org/downloads/", |
183 | 174 | "license": [ |
184 | 175 | "GPL-2.0-or-later" |
185 | 176 | ], |
|
190 | 181 | "jetpack", |
191 | 182 | "plugin" |
192 | 183 | ], |
193 | | - "transport-options": { |
194 | | - "relative": false |
| 184 | + "support": { |
| 185 | + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.0" |
195 | 186 | }, |
196 | 187 | "install-path": "../automattic/jetpack-composer-plugin" |
197 | 188 | }, |
198 | 189 | { |
199 | 190 | "name": "automattic/jetpack-constants", |
200 | | - "version": "2.0.0", |
| 191 | + "version": "v2.0.0", |
201 | 192 | "version_normalized": "2.0.0.0", |
| 193 | + "source": { |
| 194 | + "type": "git", |
| 195 | + "url": "https://github.com/Automattic/jetpack-constants.git", |
| 196 | + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc" |
| 197 | + }, |
202 | 198 | "dist": { |
203 | | - "type": "path", |
204 | | - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", |
205 | | - "reference": "92621aae72626af93d042fb756ac427c2e345017" |
| 199 | + "type": "zip", |
| 200 | + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/d4244e33d2d18902951af05ca5dbb689a23c9cdc", |
| 201 | + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc", |
| 202 | + "shasum": "" |
206 | 203 | }, |
207 | 204 | "require": { |
208 | 205 | "php": ">=7.0" |
209 | 206 | }, |
210 | 207 | "require-dev": { |
211 | | - "automattic/jetpack-changelogger": "^4.0.5", |
| 208 | + "automattic/jetpack-changelogger": "^4.0.0", |
212 | 209 | "brain/monkey": "2.6.1", |
213 | 210 | "yoast/phpunit-polyfills": "1.1.0" |
214 | 211 | }, |
215 | 212 | "suggest": { |
216 | 213 | "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." |
217 | 214 | }, |
| 215 | + "time": "2023-11-20T20:02:28+00:00", |
218 | 216 | "type": "jetpack-library", |
219 | 217 | "extra": { |
220 | 218 | "autotagger": true, |
|
232 | 230 | "src/" |
233 | 231 | ] |
234 | 232 | }, |
235 | | - "scripts": { |
236 | | - "phpunit": [ |
237 | | - "./vendor/phpunit/phpunit/phpunit --colors=always" |
238 | | - ], |
239 | | - "test-php": [ |
240 | | - "@composer phpunit" |
241 | | - ] |
242 | | - }, |
| 233 | + "notification-url": "https://packagist.org/downloads/", |
243 | 234 | "license": [ |
244 | 235 | "GPL-2.0-or-later" |
245 | 236 | ], |
246 | 237 | "description": "A wrapper for defining constants in a more testable way.", |
247 | | - "transport-options": { |
248 | | - "relative": false |
| 238 | + "support": { |
| 239 | + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.0" |
249 | 240 | }, |
250 | 241 | "install-path": "../../jetpack_vendor/automattic/jetpack-constants" |
251 | 242 | }, |
|
0 commit comments