a758dbc1 by Jeff Balicki

composer

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 577e091b
1 { 1 {
2 "name": "jeffbalicki/msf-climate-hub", 2 "name": "scottjs/wp-dotenv",
3 "require": { 3 "description": "Helper scripts to enable WordPress to use dotenv config files, similar to Laravel 5.",
4 "vlucas/phpdotenv": "^5.5" 4 "license": "MIT",
5 }, 5 "authors": [
6 "authors": [ 6 {
7 { 7 "name": "Scott Salisbury",
8 "name": "Jeff", 8 "email": "scottsalisbury@gmail.com"
9 "email": "jeff@gotenzing.com" 9 }
10 } 10 ],
11 ] 11 "require": {
12 "vlucas/phpdotenv": "^2.2"
13 },
14 "scripts": {
15 "generate-config" : [
16 "vendor/scottjs/wp-dotenv/generate-config.sh"
17 ],
18 "generate-config-with-salts" : [
19 "vendor/scottjs/wp-dotenv/generate-config.sh salts"
20 ]
21 },
22 "minimum-stability": "dev"
12 } 23 }
......
...@@ -4,164 +4,24 @@ ...@@ -4,164 +4,24 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "content-hash": "665bbde930ce43aa6a28898912a240f2", 7 "content-hash": "2ea9f97258011ece3bb076ae8b69636b",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "graham-campbell/result-type",
11 "version": "v1.1.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/GrahamCampbell/Result-Type.git",
15 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
20 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
21 "shasum": ""
22 },
23 "require": {
24 "php": "^7.2.5 || ^8.0",
25 "phpoption/phpoption": "^1.9.1"
26 },
27 "require-dev": {
28 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
29 },
30 "type": "library",
31 "autoload": {
32 "psr-4": {
33 "GrahamCampbell\\ResultType\\": "src/"
34 }
35 },
36 "notification-url": "https://packagist.org/downloads/",
37 "license": [
38 "MIT"
39 ],
40 "authors": [
41 {
42 "name": "Graham Campbell",
43 "email": "hello@gjcampbell.co.uk",
44 "homepage": "https://github.com/GrahamCampbell"
45 }
46 ],
47 "description": "An Implementation Of The Result Type",
48 "keywords": [
49 "Graham Campbell",
50 "GrahamCampbell",
51 "Result Type",
52 "Result-Type",
53 "result"
54 ],
55 "support": {
56 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
57 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
58 },
59 "funding": [
60 {
61 "url": "https://github.com/GrahamCampbell",
62 "type": "github"
63 },
64 {
65 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
66 "type": "tidelift"
67 }
68 ],
69 "time": "2023-02-25T20:23:15+00:00"
70 },
71 {
72 "name": "phpoption/phpoption",
73 "version": "1.9.1",
74 "source": {
75 "type": "git",
76 "url": "https://github.com/schmittjoh/php-option.git",
77 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
78 },
79 "dist": {
80 "type": "zip",
81 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
82 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
83 "shasum": ""
84 },
85 "require": {
86 "php": "^7.2.5 || ^8.0"
87 },
88 "require-dev": {
89 "bamarni/composer-bin-plugin": "^1.8.2",
90 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
91 },
92 "type": "library",
93 "extra": {
94 "bamarni-bin": {
95 "bin-links": true,
96 "forward-command": true
97 },
98 "branch-alias": {
99 "dev-master": "1.9-dev"
100 }
101 },
102 "autoload": {
103 "psr-4": {
104 "PhpOption\\": "src/PhpOption/"
105 }
106 },
107 "notification-url": "https://packagist.org/downloads/",
108 "license": [
109 "Apache-2.0"
110 ],
111 "authors": [
112 {
113 "name": "Johannes M. Schmitt",
114 "email": "schmittjoh@gmail.com",
115 "homepage": "https://github.com/schmittjoh"
116 },
117 {
118 "name": "Graham Campbell",
119 "email": "hello@gjcampbell.co.uk",
120 "homepage": "https://github.com/GrahamCampbell"
121 }
122 ],
123 "description": "Option Type for PHP",
124 "keywords": [
125 "language",
126 "option",
127 "php",
128 "type"
129 ],
130 "support": {
131 "issues": "https://github.com/schmittjoh/php-option/issues",
132 "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
133 },
134 "funding": [
135 {
136 "url": "https://github.com/GrahamCampbell",
137 "type": "github"
138 },
139 {
140 "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
141 "type": "tidelift"
142 }
143 ],
144 "time": "2023-02-25T19:38:58+00:00"
145 },
146 {
147 "name": "symfony/polyfill-ctype", 10 "name": "symfony/polyfill-ctype",
148 "version": "v1.27.0", 11 "version": "dev-master",
149 "source": { 12 "source": {
150 "type": "git", 13 "type": "git",
151 "url": "https://github.com/symfony/polyfill-ctype.git", 14 "url": "https://github.com/symfony/polyfill-ctype.git",
152 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" 15 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
153 }, 16 },
154 "dist": { 17 "dist": {
155 "type": "zip", 18 "type": "zip",
156 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", 19 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
157 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", 20 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
158 "shasum": "" 21 "shasum": ""
159 }, 22 },
160 "require": { 23 "require": {
161 "php": ">=7.1" 24 "php": ">=5.3.3"
162 },
163 "provide": {
164 "ext-ctype": "*"
165 }, 25 },
166 "suggest": { 26 "suggest": {
167 "ext-ctype": "For best performance" 27 "ext-ctype": "For best performance"
...@@ -169,20 +29,16 @@ ...@@ -169,20 +29,16 @@
169 "type": "library", 29 "type": "library",
170 "extra": { 30 "extra": {
171 "branch-alias": { 31 "branch-alias": {
172 "dev-main": "1.27-dev" 32 "dev-master": "1.17-dev"
173 },
174 "thanks": {
175 "name": "symfony/polyfill",
176 "url": "https://github.com/symfony/polyfill"
177 } 33 }
178 }, 34 },
179 "autoload": { 35 "autoload": {
180 "files": [
181 "bootstrap.php"
182 ],
183 "psr-4": { 36 "psr-4": {
184 "Symfony\\Polyfill\\Ctype\\": "" 37 "Symfony\\Polyfill\\Ctype\\": ""
185 } 38 },
39 "files": [
40 "bootstrap.php"
41 ]
186 }, 42 },
187 "notification-url": "https://packagist.org/downloads/", 43 "notification-url": "https://packagist.org/downloads/",
188 "license": [ 44 "license": [
...@@ -206,230 +62,39 @@ ...@@ -206,230 +62,39 @@
206 "polyfill", 62 "polyfill",
207 "portable" 63 "portable"
208 ], 64 ],
209 "support": { 65 "time": "2020-05-12T16:14:59+00:00"
210 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
211 },
212 "funding": [
213 {
214 "url": "https://symfony.com/sponsor",
215 "type": "custom"
216 },
217 {
218 "url": "https://github.com/fabpot",
219 "type": "github"
220 },
221 {
222 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
223 "type": "tidelift"
224 }
225 ],
226 "time": "2022-11-03T14:55:06+00:00"
227 },
228 {
229 "name": "symfony/polyfill-mbstring",
230 "version": "v1.27.0",
231 "source": {
232 "type": "git",
233 "url": "https://github.com/symfony/polyfill-mbstring.git",
234 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
235 },
236 "dist": {
237 "type": "zip",
238 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
239 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
240 "shasum": ""
241 },
242 "require": {
243 "php": ">=7.1"
244 },
245 "provide": {
246 "ext-mbstring": "*"
247 },
248 "suggest": {
249 "ext-mbstring": "For best performance"
250 },
251 "type": "library",
252 "extra": {
253 "branch-alias": {
254 "dev-main": "1.27-dev"
255 },
256 "thanks": {
257 "name": "symfony/polyfill",
258 "url": "https://github.com/symfony/polyfill"
259 }
260 },
261 "autoload": {
262 "files": [
263 "bootstrap.php"
264 ],
265 "psr-4": {
266 "Symfony\\Polyfill\\Mbstring\\": ""
267 }
268 },
269 "notification-url": "https://packagist.org/downloads/",
270 "license": [
271 "MIT"
272 ],
273 "authors": [
274 {
275 "name": "Nicolas Grekas",
276 "email": "p@tchwork.com"
277 },
278 {
279 "name": "Symfony Community",
280 "homepage": "https://symfony.com/contributors"
281 }
282 ],
283 "description": "Symfony polyfill for the Mbstring extension",
284 "homepage": "https://symfony.com",
285 "keywords": [
286 "compatibility",
287 "mbstring",
288 "polyfill",
289 "portable",
290 "shim"
291 ],
292 "support": {
293 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
294 },
295 "funding": [
296 {
297 "url": "https://symfony.com/sponsor",
298 "type": "custom"
299 },
300 {
301 "url": "https://github.com/fabpot",
302 "type": "github"
303 },
304 {
305 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
306 "type": "tidelift"
307 }
308 ],
309 "time": "2022-11-03T14:55:06+00:00"
310 },
311 {
312 "name": "symfony/polyfill-php80",
313 "version": "v1.27.0",
314 "source": {
315 "type": "git",
316 "url": "https://github.com/symfony/polyfill-php80.git",
317 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
318 },
319 "dist": {
320 "type": "zip",
321 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
322 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
323 "shasum": ""
324 },
325 "require": {
326 "php": ">=7.1"
327 },
328 "type": "library",
329 "extra": {
330 "branch-alias": {
331 "dev-main": "1.27-dev"
332 },
333 "thanks": {
334 "name": "symfony/polyfill",
335 "url": "https://github.com/symfony/polyfill"
336 }
337 },
338 "autoload": {
339 "files": [
340 "bootstrap.php"
341 ],
342 "psr-4": {
343 "Symfony\\Polyfill\\Php80\\": ""
344 },
345 "classmap": [
346 "Resources/stubs"
347 ]
348 },
349 "notification-url": "https://packagist.org/downloads/",
350 "license": [
351 "MIT"
352 ],
353 "authors": [
354 {
355 "name": "Ion Bazan",
356 "email": "ion.bazan@gmail.com"
357 },
358 {
359 "name": "Nicolas Grekas",
360 "email": "p@tchwork.com"
361 },
362 {
363 "name": "Symfony Community",
364 "homepage": "https://symfony.com/contributors"
365 }
366 ],
367 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
368 "homepage": "https://symfony.com",
369 "keywords": [
370 "compatibility",
371 "polyfill",
372 "portable",
373 "shim"
374 ],
375 "support": {
376 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
377 },
378 "funding": [
379 {
380 "url": "https://symfony.com/sponsor",
381 "type": "custom"
382 },
383 {
384 "url": "https://github.com/fabpot",
385 "type": "github"
386 },
387 {
388 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
389 "type": "tidelift"
390 }
391 ],
392 "time": "2022-11-03T14:55:06+00:00"
393 }, 66 },
394 { 67 {
395 "name": "vlucas/phpdotenv", 68 "name": "vlucas/phpdotenv",
396 "version": "v5.5.0", 69 "version": "2.6.x-dev",
397 "source": { 70 "source": {
398 "type": "git", 71 "type": "git",
399 "url": "https://github.com/vlucas/phpdotenv.git", 72 "url": "https://github.com/vlucas/phpdotenv.git",
400 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7" 73 "reference": "67d472b1794c986381a8950e4958e1adb779d561"
401 }, 74 },
402 "dist": { 75 "dist": {
403 "type": "zip", 76 "type": "zip",
404 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", 77 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/67d472b1794c986381a8950e4958e1adb779d561",
405 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", 78 "reference": "67d472b1794c986381a8950e4958e1adb779d561",
406 "shasum": "" 79 "shasum": ""
407 }, 80 },
408 "require": { 81 "require": {
409 "ext-pcre": "*", 82 "php": "^5.3.9 || ^7.0 || ^8.0",
410 "graham-campbell/result-type": "^1.0.2", 83 "symfony/polyfill-ctype": "^1.9"
411 "php": "^7.1.3 || ^8.0",
412 "phpoption/phpoption": "^1.8",
413 "symfony/polyfill-ctype": "^1.23",
414 "symfony/polyfill-mbstring": "^1.23.1",
415 "symfony/polyfill-php80": "^1.23.1"
416 }, 84 },
417 "require-dev": { 85 "require-dev": {
418 "bamarni/composer-bin-plugin": "^1.4.1",
419 "ext-filter": "*", 86 "ext-filter": "*",
420 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25" 87 "ext-pcre": "*",
88 "phpunit/phpunit": "^4.8.35 || ^5.0"
421 }, 89 },
422 "suggest": { 90 "suggest": {
423 "ext-filter": "Required to use the boolean validator." 91 "ext-filter": "Required to use the boolean validator.",
92 "ext-pcre": "Required to use most of the library."
424 }, 93 },
425 "type": "library", 94 "type": "library",
426 "extra": { 95 "extra": {
427 "bamarni-bin": {
428 "bin-links": true,
429 "forward-command": true
430 },
431 "branch-alias": { 96 "branch-alias": {
432 "dev-master": "5.5-dev" 97 "dev-master": "2.6-dev"
433 } 98 }
434 }, 99 },
435 "autoload": { 100 "autoload": {
...@@ -444,13 +109,13 @@ ...@@ -444,13 +109,13 @@
444 "authors": [ 109 "authors": [
445 { 110 {
446 "name": "Graham Campbell", 111 "name": "Graham Campbell",
447 "email": "hello@gjcampbell.co.uk", 112 "email": "graham@alt-three.com",
448 "homepage": "https://github.com/GrahamCampbell" 113 "homepage": "https://gjcampbell.co.uk/"
449 }, 114 },
450 { 115 {
451 "name": "Vance Lucas", 116 "name": "Vance Lucas",
452 "email": "vance@vancelucas.com", 117 "email": "vance@vancelucas.com",
453 "homepage": "https://github.com/vlucas" 118 "homepage": "https://vancelucas.com/"
454 } 119 }
455 ], 120 ],
456 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", 121 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
...@@ -459,30 +124,15 @@ ...@@ -459,30 +124,15 @@
459 "env", 124 "env",
460 "environment" 125 "environment"
461 ], 126 ],
462 "support": { 127 "time": "2020-05-02T13:38:00+00:00"
463 "issues": "https://github.com/vlucas/phpdotenv/issues",
464 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
465 },
466 "funding": [
467 {
468 "url": "https://github.com/GrahamCampbell",
469 "type": "github"
470 },
471 {
472 "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
473 "type": "tidelift"
474 }
475 ],
476 "time": "2022-10-16T01:01:54+00:00"
477 } 128 }
478 ], 129 ],
479 "packages-dev": [], 130 "packages-dev": [],
480 "aliases": [], 131 "aliases": [],
481 "minimum-stability": "stable", 132 "minimum-stability": "dev",
482 "stability-flags": [], 133 "stability-flags": [],
483 "prefer-stable": false, 134 "prefer-stable": false,
484 "prefer-lowest": false, 135 "prefer-lowest": false,
485 "platform": [], 136 "platform": [],
486 "platform-dev": [], 137 "platform-dev": []
487 "plugin-api-version": "2.3.0"
488 } 138 }
......