create-berna-stencil 2.6.2 → 2.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/index.js +3 -0
  2. package/package.json +5 -28
  3. package/.eleventy.js +0 -94
  4. package/.eleventyignore +0 -4
  5. package/LICENSE +0 -170
  6. package/NOTICE +0 -5
  7. package/README.md +0 -53
  8. package/_tools/assistant.js +0 -150
  9. package/_tools/buildJs.js +0 -28
  10. package/_tools/cleanOutput.js +0 -20
  11. package/_tools/modules/constants.js +0 -23
  12. package/_tools/modules/pageComponents.js +0 -77
  13. package/_tools/modules/updateData.js +0 -84
  14. package/_tools/modules/updateOutputPath.js +0 -112
  15. package/_tools/modules/updatePage.js +0 -162
  16. package/_tools/modules/utils.js +0 -27
  17. package/_tools/modules/validation.js +0 -20
  18. package/_tools/res/templates/template.js +0 -5
  19. package/_tools/res/templates/template.njk +0 -9
  20. package/_tools/res/templates/template.scss +0 -23
  21. package/_tools/res/templates/template.ts +0 -5
  22. package/bin/create.js +0 -429
  23. package/docs/Assistant CLI.md +0 -61
  24. package/docs/Backend.md +0 -148
  25. package/docs/Components.md +0 -96
  26. package/docs/Creating pages.md +0 -65
  27. package/docs/Deploy.md +0 -55
  28. package/docs/Head and SEO.md +0 -94
  29. package/docs/Javascript.md +0 -53
  30. package/docs/Styling with SCSS.md +0 -140
  31. package/nginx.conf +0 -69
  32. package/out/.htaccess +0 -16
  33. package/out/404.html +0 -163
  34. package/out/assets/brand/favicon.svg +0 -37
  35. package/out/assets/brand/logo.svg +0 -37
  36. package/out/backend/.htaccess +0 -7
  37. package/out/backend/_core/composer.json +0 -5
  38. package/out/backend/_core/composer.lock +0 -492
  39. package/out/backend/_core/index.php +0 -148
  40. package/out/backend/_core/init.php +0 -34
  41. package/out/backend/_core/modules/RateLimiter.php +0 -31
  42. package/out/backend/_core/modules/Response.php +0 -49
  43. package/out/backend/_core/vendor/autoload.php +0 -22
  44. package/out/backend/_core/vendor/composer/ClassLoader.php +0 -579
  45. package/out/backend/_core/vendor/composer/InstalledVersions.php +0 -396
  46. package/out/backend/_core/vendor/composer/LICENSE +0 -21
  47. package/out/backend/_core/vendor/composer/autoload_classmap.php +0 -15
  48. package/out/backend/_core/vendor/composer/autoload_files.php +0 -12
  49. package/out/backend/_core/vendor/composer/autoload_namespaces.php +0 -9
  50. package/out/backend/_core/vendor/composer/autoload_psr4.php +0 -15
  51. package/out/backend/_core/vendor/composer/autoload_real.php +0 -50
  52. package/out/backend/_core/vendor/composer/autoload_static.php +0 -81
  53. package/out/backend/_core/vendor/composer/installed.json +0 -497
  54. package/out/backend/_core/vendor/composer/installed.php +0 -77
  55. package/out/backend/_core/vendor/composer/platform_check.php +0 -25
  56. package/out/backend/_core/vendor/graham-campbell/result-type/CHANGELOG.md +0 -53
  57. package/out/backend/_core/vendor/graham-campbell/result-type/LICENSE +0 -21
  58. package/out/backend/_core/vendor/graham-campbell/result-type/README.md +0 -42
  59. package/out/backend/_core/vendor/graham-campbell/result-type/composer.json +0 -33
  60. package/out/backend/_core/vendor/graham-campbell/result-type/phpunit.xml.dist +0 -13
  61. package/out/backend/_core/vendor/graham-campbell/result-type/src/Error.php +0 -121
  62. package/out/backend/_core/vendor/graham-campbell/result-type/src/Result.php +0 -69
  63. package/out/backend/_core/vendor/graham-campbell/result-type/src/Success.php +0 -120
  64. package/out/backend/_core/vendor/graham-campbell/result-type/tests/ResultTest.php +0 -95
  65. package/out/backend/_core/vendor/phpoption/phpoption/LICENSE +0 -201
  66. package/out/backend/_core/vendor/phpoption/phpoption/Makefile +0 -17
  67. package/out/backend/_core/vendor/phpoption/phpoption/README.md +0 -201
  68. package/out/backend/_core/vendor/phpoption/phpoption/composer.json +0 -50
  69. package/out/backend/_core/vendor/phpoption/phpoption/phpstan-baseline.neon +0 -44
  70. package/out/backend/_core/vendor/phpoption/phpoption/phpstan.neon.dist +0 -7
  71. package/out/backend/_core/vendor/phpoption/phpoption/phpunit.xml.dist +0 -13
  72. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +0 -175
  73. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/None.php +0 -136
  74. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Option.php +0 -434
  75. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Some.php +0 -169
  76. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/EnsureTest.php +0 -72
  77. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php +0 -357
  78. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php +0 -153
  79. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/OptionTest.php +0 -166
  80. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/SomeTest.php +0 -194
  81. package/out/backend/_core/vendor/phpoption/phpoption/tests/bootstrap.php +0 -8
  82. package/out/backend/_core/vendor/phpoption/phpoption/vendor-bin/phpstan/composer.json +0 -8
  83. package/out/backend/_core/vendor/symfony/polyfill-ctype/Ctype.php +0 -232
  84. package/out/backend/_core/vendor/symfony/polyfill-ctype/LICENSE +0 -19
  85. package/out/backend/_core/vendor/symfony/polyfill-ctype/README.md +0 -12
  86. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap.php +0 -50
  87. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap80.php +0 -46
  88. package/out/backend/_core/vendor/symfony/polyfill-ctype/composer.json +0 -38
  89. package/out/backend/_core/vendor/symfony/polyfill-mbstring/LICENSE +0 -19
  90. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Mbstring.php +0 -1077
  91. package/out/backend/_core/vendor/symfony/polyfill-mbstring/README.md +0 -13
  92. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +0 -119
  93. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +0 -1397
  94. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +0 -5
  95. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +0 -1489
  96. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap.php +0 -171
  97. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap80.php +0 -167
  98. package/out/backend/_core/vendor/symfony/polyfill-mbstring/composer.json +0 -39
  99. package/out/backend/_core/vendor/symfony/polyfill-php80/LICENSE +0 -19
  100. package/out/backend/_core/vendor/symfony/polyfill-php80/Php80.php +0 -115
  101. package/out/backend/_core/vendor/symfony/polyfill-php80/PhpToken.php +0 -106
  102. package/out/backend/_core/vendor/symfony/polyfill-php80/README.md +0 -25
  103. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +0 -31
  104. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +0 -16
  105. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +0 -20
  106. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +0 -16
  107. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +0 -16
  108. package/out/backend/_core/vendor/symfony/polyfill-php80/bootstrap.php +0 -42
  109. package/out/backend/_core/vendor/symfony/polyfill-php80/composer.json +0 -37
  110. package/out/backend/_core/vendor/vlucas/phpdotenv/.editorconfig +0 -15
  111. package/out/backend/_core/vendor/vlucas/phpdotenv/LICENSE +0 -30
  112. package/out/backend/_core/vendor/vlucas/phpdotenv/Makefile +0 -17
  113. package/out/backend/_core/vendor/vlucas/phpdotenv/README.md +0 -370
  114. package/out/backend/_core/vendor/vlucas/phpdotenv/UPGRADING.md +0 -196
  115. package/out/backend/_core/vendor/vlucas/phpdotenv/composer.json +0 -60
  116. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan-baseline.neon +0 -157
  117. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan.neon.dist +0 -7
  118. package/out/backend/_core/vendor/vlucas/phpdotenv/phpunit.xml.dist +0 -13
  119. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Dotenv.php +0 -267
  120. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +0 -12
  121. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php +0 -12
  122. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php +0 -12
  123. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php +0 -12
  124. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php +0 -12
  125. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Loader.php +0 -48
  126. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +0 -20
  127. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +0 -65
  128. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Entry.php +0 -59
  129. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +0 -299
  130. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +0 -58
  131. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lines.php +0 -127
  132. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Parser.php +0 -53
  133. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +0 -19
  134. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Value.php +0 -88
  135. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +0 -15
  136. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +0 -89
  137. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +0 -80
  138. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +0 -88
  139. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +0 -85
  140. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +0 -110
  141. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +0 -48
  142. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +0 -64
  143. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +0 -91
  144. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +0 -17
  145. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +0 -104
  146. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +0 -88
  147. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +0 -27
  148. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php +0 -107
  149. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +0 -272
  150. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +0 -51
  151. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Paths.php +0 -44
  152. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Reader.php +0 -81
  153. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/FileStore.php +0 -72
  154. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +0 -141
  155. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +0 -17
  156. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StringStore.php +0 -37
  157. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Regex.php +0 -112
  158. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Str.php +0 -108
  159. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Validator.php +0 -207
  160. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/DotenvTest.php +0 -387
  161. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Loader/LoaderTest.php +0 -86
  162. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/EntryParserTest.php +0 -234
  163. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LexerTest.php +0 -40
  164. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LinesTest.php +0 -53
  165. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/ParserTest.php +0 -98
  166. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ArrayAdapterTest.php +0 -57
  167. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/EnvConstAdapterTest.php +0 -75
  168. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/PutenvAdapterTest.php +0 -52
  169. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ServerConstAdapterTest.php +0 -75
  170. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/RepositoryTest.php +0 -305
  171. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Store/StoreTest.php +0 -141
  172. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/ValidatorTest.php +0 -479
  173. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/.env +0 -5
  174. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/assertions.env +0 -18
  175. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/booleans.env +0 -33
  176. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/commented.env +0 -15
  177. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/empty.env +0 -1
  178. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/example.env +0 -1
  179. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/exported.env +0 -7
  180. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/immutable.env +0 -1
  181. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/integers.env +0 -17
  182. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/large.env +0 -2
  183. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multibyte.env +0 -3
  184. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiline.env +0 -14
  185. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiple.env +0 -4
  186. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/mutable.env +0 -1
  187. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/nested.env +0 -15
  188. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/quoted.env +0 -11
  189. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/specialchars.env +0 -8
  190. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/unicodevarnames.env +0 -2
  191. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/utf8-with-bom-encoding.env +0 -3
  192. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/windows.env +0 -1
  193. package/out/backend/_core/vendor/vlucas/phpdotenv/vendor-bin/phpstan/composer.json +0 -15
  194. package/out/backend/api/protected/example-protected.php +0 -17
  195. package/out/backend/api/public/example-public.php +0 -17
  196. package/out/backend/database/Database.php +0 -24
  197. package/out/backend/database/migrations/create_example_db.sql +0 -1
  198. package/out/backend/web.config +0 -17
  199. package/out/css/fonts/bootstrap-icons.woff +0 -0
  200. package/out/css/fonts/bootstrap-icons.woff2 +0 -0
  201. package/out/css/github-markdown-dark.css +0 -1124
  202. package/out/css/github-markdown-light.css +0 -1124
  203. package/out/css/pages/404.css +0 -21517
  204. package/out/css/pages/homepage.css +0 -21508
  205. package/out/data/site.json +0 -44
  206. package/out/index.html +0 -1147
  207. package/out/js/bootstrap.bundle.min.js +0 -7
  208. package/out/js/pages/js/pages/404.js +0 -6
  209. package/out/js/pages/js/pages/homepage.js +0 -6
  210. package/out/js/pages/ts/pages/404.js +0 -6
  211. package/out/js/pages/ts/pages/homepage.js +0 -6
  212. package/out/llms.txt +0 -14
  213. package/out/robots.txt +0 -4
  214. package/out/sitemap.xml +0 -15
  215. package/out/web.config +0 -27
  216. package/src/backend/.htaccess +0 -7
  217. package/src/backend/_core/composer.json +0 -5
  218. package/src/backend/_core/composer.lock +0 -492
  219. package/src/backend/_core/index.php +0 -148
  220. package/src/backend/_core/init.php +0 -34
  221. package/src/backend/_core/modules/RateLimiter.php +0 -31
  222. package/src/backend/_core/modules/Response.php +0 -49
  223. package/src/backend/api/protected/example-protected.php +0 -17
  224. package/src/backend/api/public/example-public.php +0 -17
  225. package/src/backend/database/Database.php +0 -24
  226. package/src/backend/database/migrations/create_example_db.sql +0 -1
  227. package/src/backend/web.config +0 -17
  228. package/src/frontend/.htaccess +0 -16
  229. package/src/frontend/404.njk +0 -17
  230. package/src/frontend/assets/brand/favicon.svg +0 -37
  231. package/src/frontend/assets/brand/logo.svg +0 -37
  232. package/src/frontend/components/global/footer.njk +0 -27
  233. package/src/frontend/components/global/header.njk +0 -11
  234. package/src/frontend/components/welcome.njk +0 -251
  235. package/src/frontend/data/site.json +0 -44
  236. package/src/frontend/index.njk +0 -9
  237. package/src/frontend/js/modules/exampleModule.js +0 -3
  238. package/src/frontend/js/pages/404.js +0 -7
  239. package/src/frontend/js/pages/homepage.js +0 -7
  240. package/src/frontend/layouts/base.njk +0 -137
  241. package/src/frontend/layouts/pageComponents.njk +0 -14
  242. package/src/frontend/llms.njk +0 -18
  243. package/src/frontend/robots.njk +0 -8
  244. package/src/frontend/scss/modules/_animations.scss +0 -25
  245. package/src/frontend/scss/modules/_buttons.scss +0 -24
  246. package/src/frontend/scss/modules/_footer.scss +0 -32
  247. package/src/frontend/scss/modules/_global.scss +0 -46
  248. package/src/frontend/scss/modules/_header.scss +0 -33
  249. package/src/frontend/scss/modules/_mobile.scss +0 -30
  250. package/src/frontend/scss/modules/_notification.scss +0 -56
  251. package/src/frontend/scss/modules/_root.scss +0 -35
  252. package/src/frontend/scss/modules/_typography.scss +0 -15
  253. package/src/frontend/scss/modules/frameworks/_bootstrap.scss +0 -110
  254. package/src/frontend/scss/modules/frameworks/_bulma.scss +0 -109
  255. package/src/frontend/scss/modules/frameworks/_foundation.scss +0 -139
  256. package/src/frontend/scss/modules/frameworks/_uikit.scss +0 -110
  257. package/src/frontend/scss/pages/404.scss +0 -28
  258. package/src/frontend/scss/pages/homepage.scss +0 -23
  259. package/src/frontend/sitemap.njk +0 -17
  260. package/src/frontend/ts/modules/exampleModule.ts +0 -3
  261. package/src/frontend/ts/pages/404.ts +0 -7
  262. package/src/frontend/ts/pages/homepage.ts +0 -7
  263. package/src/frontend/web.config +0 -27
  264. package/tsconfig.json +0 -25
@@ -1,497 +0,0 @@
1
- {
2
- "packages": [
3
- {
4
- "name": "graham-campbell/result-type",
5
- "version": "v1.1.4",
6
- "version_normalized": "1.1.4.0",
7
- "source": {
8
- "type": "git",
9
- "url": "https://github.com/GrahamCampbell/Result-Type.git",
10
- "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b"
11
- },
12
- "dist": {
13
- "type": "zip",
14
- "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/e01f4a821471308ba86aa202fed6698b6b695e3b",
15
- "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b",
16
- "shasum": ""
17
- },
18
- "require": {
19
- "php": "^7.2.5 || ^8.0",
20
- "phpoption/phpoption": "^1.9.5"
21
- },
22
- "require-dev": {
23
- "phpunit/phpunit": "^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7"
24
- },
25
- "time": "2025-12-27T19:43:20+00:00",
26
- "type": "library",
27
- "installation-source": "source",
28
- "autoload": {
29
- "psr-4": {
30
- "GrahamCampbell\\ResultType\\": "src/"
31
- }
32
- },
33
- "notification-url": "https://packagist.org/downloads/",
34
- "license": [
35
- "MIT"
36
- ],
37
- "authors": [
38
- {
39
- "name": "Graham Campbell",
40
- "email": "hello@gjcampbell.co.uk",
41
- "homepage": "https://github.com/GrahamCampbell"
42
- }
43
- ],
44
- "description": "An Implementation Of The Result Type",
45
- "keywords": [
46
- "Graham Campbell",
47
- "GrahamCampbell",
48
- "Result Type",
49
- "Result-Type",
50
- "result"
51
- ],
52
- "support": {
53
- "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
54
- "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.4"
55
- },
56
- "funding": [
57
- {
58
- "url": "https://github.com/GrahamCampbell",
59
- "type": "github"
60
- },
61
- {
62
- "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
63
- "type": "tidelift"
64
- }
65
- ],
66
- "install-path": "../graham-campbell/result-type"
67
- },
68
- {
69
- "name": "phpoption/phpoption",
70
- "version": "1.9.5",
71
- "version_normalized": "1.9.5.0",
72
- "source": {
73
- "type": "git",
74
- "url": "https://github.com/schmittjoh/php-option.git",
75
- "reference": "75365b91986c2405cf5e1e012c5595cd487a98be"
76
- },
77
- "dist": {
78
- "type": "zip",
79
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/75365b91986c2405cf5e1e012c5595cd487a98be",
80
- "reference": "75365b91986c2405cf5e1e012c5595cd487a98be",
81
- "shasum": ""
82
- },
83
- "require": {
84
- "php": "^7.2.5 || ^8.0"
85
- },
86
- "require-dev": {
87
- "bamarni/composer-bin-plugin": "^1.8.2",
88
- "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
89
- },
90
- "time": "2025-12-27T19:41:33+00:00",
91
- "type": "library",
92
- "extra": {
93
- "bamarni-bin": {
94
- "bin-links": true,
95
- "forward-command": false
96
- },
97
- "branch-alias": {
98
- "dev-master": "1.9-dev"
99
- }
100
- },
101
- "installation-source": "source",
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.5"
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
- "install-path": "../phpoption/phpoption"
145
- },
146
- {
147
- "name": "symfony/polyfill-ctype",
148
- "version": "v1.37.0",
149
- "version_normalized": "1.37.0.0",
150
- "source": {
151
- "type": "git",
152
- "url": "https://github.com/symfony/polyfill-ctype.git",
153
- "reference": "141046a8f9477948ff284fa65be2095baafb94f2"
154
- },
155
- "dist": {
156
- "type": "zip",
157
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2",
158
- "reference": "141046a8f9477948ff284fa65be2095baafb94f2",
159
- "shasum": ""
160
- },
161
- "require": {
162
- "php": ">=7.2"
163
- },
164
- "provide": {
165
- "ext-ctype": "*"
166
- },
167
- "suggest": {
168
- "ext-ctype": "For best performance"
169
- },
170
- "time": "2026-04-10T16:19:22+00:00",
171
- "type": "library",
172
- "extra": {
173
- "thanks": {
174
- "url": "https://github.com/symfony/polyfill",
175
- "name": "symfony/polyfill"
176
- }
177
- },
178
- "installation-source": "source",
179
- "autoload": {
180
- "files": [
181
- "bootstrap.php"
182
- ],
183
- "psr-4": {
184
- "Symfony\\Polyfill\\Ctype\\": ""
185
- }
186
- },
187
- "notification-url": "https://packagist.org/downloads/",
188
- "license": [
189
- "MIT"
190
- ],
191
- "authors": [
192
- {
193
- "name": "Gert de Pagter",
194
- "email": "BackEndTea@gmail.com"
195
- },
196
- {
197
- "name": "Symfony Community",
198
- "homepage": "https://symfony.com/contributors"
199
- }
200
- ],
201
- "description": "Symfony polyfill for ctype functions",
202
- "homepage": "https://symfony.com",
203
- "keywords": [
204
- "compatibility",
205
- "ctype",
206
- "polyfill",
207
- "portable"
208
- ],
209
- "support": {
210
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.37.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://github.com/nicolas-grekas",
223
- "type": "github"
224
- },
225
- {
226
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
227
- "type": "tidelift"
228
- }
229
- ],
230
- "install-path": "../symfony/polyfill-ctype"
231
- },
232
- {
233
- "name": "symfony/polyfill-mbstring",
234
- "version": "v1.37.0",
235
- "version_normalized": "1.37.0.0",
236
- "source": {
237
- "type": "git",
238
- "url": "https://github.com/symfony/polyfill-mbstring.git",
239
- "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
240
- },
241
- "dist": {
242
- "type": "zip",
243
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
244
- "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
245
- "shasum": ""
246
- },
247
- "require": {
248
- "ext-iconv": "*",
249
- "php": ">=7.2"
250
- },
251
- "provide": {
252
- "ext-mbstring": "*"
253
- },
254
- "suggest": {
255
- "ext-mbstring": "For best performance"
256
- },
257
- "time": "2026-04-10T17:25:58+00:00",
258
- "type": "library",
259
- "extra": {
260
- "thanks": {
261
- "url": "https://github.com/symfony/polyfill",
262
- "name": "symfony/polyfill"
263
- }
264
- },
265
- "installation-source": "source",
266
- "autoload": {
267
- "files": [
268
- "bootstrap.php"
269
- ],
270
- "psr-4": {
271
- "Symfony\\Polyfill\\Mbstring\\": ""
272
- }
273
- },
274
- "notification-url": "https://packagist.org/downloads/",
275
- "license": [
276
- "MIT"
277
- ],
278
- "authors": [
279
- {
280
- "name": "Nicolas Grekas",
281
- "email": "p@tchwork.com"
282
- },
283
- {
284
- "name": "Symfony Community",
285
- "homepage": "https://symfony.com/contributors"
286
- }
287
- ],
288
- "description": "Symfony polyfill for the Mbstring extension",
289
- "homepage": "https://symfony.com",
290
- "keywords": [
291
- "compatibility",
292
- "mbstring",
293
- "polyfill",
294
- "portable",
295
- "shim"
296
- ],
297
- "support": {
298
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.37.0"
299
- },
300
- "funding": [
301
- {
302
- "url": "https://symfony.com/sponsor",
303
- "type": "custom"
304
- },
305
- {
306
- "url": "https://github.com/fabpot",
307
- "type": "github"
308
- },
309
- {
310
- "url": "https://github.com/nicolas-grekas",
311
- "type": "github"
312
- },
313
- {
314
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
315
- "type": "tidelift"
316
- }
317
- ],
318
- "install-path": "../symfony/polyfill-mbstring"
319
- },
320
- {
321
- "name": "symfony/polyfill-php80",
322
- "version": "v1.37.0",
323
- "version_normalized": "1.37.0.0",
324
- "source": {
325
- "type": "git",
326
- "url": "https://github.com/symfony/polyfill-php80.git",
327
- "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
328
- },
329
- "dist": {
330
- "type": "zip",
331
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
332
- "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
333
- "shasum": ""
334
- },
335
- "require": {
336
- "php": ">=7.2"
337
- },
338
- "time": "2026-04-10T16:19:22+00:00",
339
- "type": "library",
340
- "extra": {
341
- "thanks": {
342
- "url": "https://github.com/symfony/polyfill",
343
- "name": "symfony/polyfill"
344
- }
345
- },
346
- "installation-source": "source",
347
- "autoload": {
348
- "files": [
349
- "bootstrap.php"
350
- ],
351
- "psr-4": {
352
- "Symfony\\Polyfill\\Php80\\": ""
353
- },
354
- "classmap": [
355
- "Resources/stubs"
356
- ]
357
- },
358
- "notification-url": "https://packagist.org/downloads/",
359
- "license": [
360
- "MIT"
361
- ],
362
- "authors": [
363
- {
364
- "name": "Ion Bazan",
365
- "email": "ion.bazan@gmail.com"
366
- },
367
- {
368
- "name": "Nicolas Grekas",
369
- "email": "p@tchwork.com"
370
- },
371
- {
372
- "name": "Symfony Community",
373
- "homepage": "https://symfony.com/contributors"
374
- }
375
- ],
376
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
377
- "homepage": "https://symfony.com",
378
- "keywords": [
379
- "compatibility",
380
- "polyfill",
381
- "portable",
382
- "shim"
383
- ],
384
- "support": {
385
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.0"
386
- },
387
- "funding": [
388
- {
389
- "url": "https://symfony.com/sponsor",
390
- "type": "custom"
391
- },
392
- {
393
- "url": "https://github.com/fabpot",
394
- "type": "github"
395
- },
396
- {
397
- "url": "https://github.com/nicolas-grekas",
398
- "type": "github"
399
- },
400
- {
401
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
402
- "type": "tidelift"
403
- }
404
- ],
405
- "install-path": "../symfony/polyfill-php80"
406
- },
407
- {
408
- "name": "vlucas/phpdotenv",
409
- "version": "v5.6.3",
410
- "version_normalized": "5.6.3.0",
411
- "source": {
412
- "type": "git",
413
- "url": "https://github.com/vlucas/phpdotenv.git",
414
- "reference": "955e7815d677a3eaa7075231212f2110983adecc"
415
- },
416
- "dist": {
417
- "type": "zip",
418
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/955e7815d677a3eaa7075231212f2110983adecc",
419
- "reference": "955e7815d677a3eaa7075231212f2110983adecc",
420
- "shasum": ""
421
- },
422
- "require": {
423
- "ext-pcre": "*",
424
- "graham-campbell/result-type": "^1.1.4",
425
- "php": "^7.2.5 || ^8.0",
426
- "phpoption/phpoption": "^1.9.5",
427
- "symfony/polyfill-ctype": "^1.26",
428
- "symfony/polyfill-mbstring": "^1.26",
429
- "symfony/polyfill-php80": "^1.26"
430
- },
431
- "require-dev": {
432
- "bamarni/composer-bin-plugin": "^1.8.2",
433
- "ext-filter": "*",
434
- "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
435
- },
436
- "suggest": {
437
- "ext-filter": "Required to use the boolean validator."
438
- },
439
- "time": "2025-12-27T19:49:13+00:00",
440
- "type": "library",
441
- "extra": {
442
- "bamarni-bin": {
443
- "bin-links": true,
444
- "forward-command": false
445
- },
446
- "branch-alias": {
447
- "dev-master": "5.6-dev"
448
- }
449
- },
450
- "installation-source": "source",
451
- "autoload": {
452
- "psr-4": {
453
- "Dotenv\\": "src/"
454
- }
455
- },
456
- "notification-url": "https://packagist.org/downloads/",
457
- "license": [
458
- "BSD-3-Clause"
459
- ],
460
- "authors": [
461
- {
462
- "name": "Graham Campbell",
463
- "email": "hello@gjcampbell.co.uk",
464
- "homepage": "https://github.com/GrahamCampbell"
465
- },
466
- {
467
- "name": "Vance Lucas",
468
- "email": "vance@vancelucas.com",
469
- "homepage": "https://github.com/vlucas"
470
- }
471
- ],
472
- "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
473
- "keywords": [
474
- "dotenv",
475
- "env",
476
- "environment"
477
- ],
478
- "support": {
479
- "issues": "https://github.com/vlucas/phpdotenv/issues",
480
- "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.3"
481
- },
482
- "funding": [
483
- {
484
- "url": "https://github.com/GrahamCampbell",
485
- "type": "github"
486
- },
487
- {
488
- "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
489
- "type": "tidelift"
490
- }
491
- ],
492
- "install-path": "../vlucas/phpdotenv"
493
- }
494
- ],
495
- "dev": true,
496
- "dev-package-names": []
497
- }
@@ -1,77 +0,0 @@
1
- <?php return array(
2
- 'root' => array(
3
- 'name' => '__root__',
4
- 'pretty_version' => 'dev-main',
5
- 'version' => 'dev-main',
6
- 'reference' => 'c0fb608d2f28aa6977fa76538d55db9be6530ce4',
7
- 'type' => 'library',
8
- 'install_path' => __DIR__ . '/../../',
9
- 'aliases' => array(),
10
- 'dev' => true,
11
- ),
12
- 'versions' => array(
13
- '__root__' => array(
14
- 'pretty_version' => 'dev-main',
15
- 'version' => 'dev-main',
16
- 'reference' => 'c0fb608d2f28aa6977fa76538d55db9be6530ce4',
17
- 'type' => 'library',
18
- 'install_path' => __DIR__ . '/../../',
19
- 'aliases' => array(),
20
- 'dev_requirement' => false,
21
- ),
22
- 'graham-campbell/result-type' => array(
23
- 'pretty_version' => 'v1.1.4',
24
- 'version' => '1.1.4.0',
25
- 'reference' => 'e01f4a821471308ba86aa202fed6698b6b695e3b',
26
- 'type' => 'library',
27
- 'install_path' => __DIR__ . '/../graham-campbell/result-type',
28
- 'aliases' => array(),
29
- 'dev_requirement' => false,
30
- ),
31
- 'phpoption/phpoption' => array(
32
- 'pretty_version' => '1.9.5',
33
- 'version' => '1.9.5.0',
34
- 'reference' => '75365b91986c2405cf5e1e012c5595cd487a98be',
35
- 'type' => 'library',
36
- 'install_path' => __DIR__ . '/../phpoption/phpoption',
37
- 'aliases' => array(),
38
- 'dev_requirement' => false,
39
- ),
40
- 'symfony/polyfill-ctype' => array(
41
- 'pretty_version' => 'v1.37.0',
42
- 'version' => '1.37.0.0',
43
- 'reference' => '141046a8f9477948ff284fa65be2095baafb94f2',
44
- 'type' => 'library',
45
- 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
46
- 'aliases' => array(),
47
- 'dev_requirement' => false,
48
- ),
49
- 'symfony/polyfill-mbstring' => array(
50
- 'pretty_version' => 'v1.37.0',
51
- 'version' => '1.37.0.0',
52
- 'reference' => '6a21eb99c6973357967f6ce3708cd55a6bec6315',
53
- 'type' => 'library',
54
- 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
55
- 'aliases' => array(),
56
- 'dev_requirement' => false,
57
- ),
58
- 'symfony/polyfill-php80' => array(
59
- 'pretty_version' => 'v1.37.0',
60
- 'version' => '1.37.0.0',
61
- 'reference' => 'dfb55726c3a76ea3b6459fcfda1ec2d80a682411',
62
- 'type' => 'library',
63
- 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
64
- 'aliases' => array(),
65
- 'dev_requirement' => false,
66
- ),
67
- 'vlucas/phpdotenv' => array(
68
- 'pretty_version' => 'v5.6.3',
69
- 'version' => '5.6.3.0',
70
- 'reference' => '955e7815d677a3eaa7075231212f2110983adecc',
71
- 'type' => 'library',
72
- 'install_path' => __DIR__ . '/../vlucas/phpdotenv',
73
- 'aliases' => array(),
74
- 'dev_requirement' => false,
75
- ),
76
- ),
77
- );
@@ -1,25 +0,0 @@
1
- <?php
2
-
3
- // platform_check.php @generated by Composer
4
-
5
- $issues = array();
6
-
7
- if (!(PHP_VERSION_ID >= 70205)) {
8
- $issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.5". You are running ' . PHP_VERSION . '.';
9
- }
10
-
11
- if ($issues) {
12
- if (!headers_sent()) {
13
- header('HTTP/1.1 500 Internal Server Error');
14
- }
15
- if (!ini_get('display_errors')) {
16
- if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
17
- fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
18
- } elseif (!headers_sent()) {
19
- echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
20
- }
21
- }
22
- throw new \RuntimeException(
23
- 'Composer detected issues in your platform: ' . implode(' ', $issues)
24
- );
25
- }
@@ -1,53 +0,0 @@
1
- CHANGE LOG
2
- ==========
3
-
4
-
5
- ## V1.1.4 (27/12/2025)
6
-
7
- * Added support for PHP 8.5
8
-
9
-
10
- ## V1.1.3 (20/07/2024)
11
-
12
- * Added support for PHP 8.4
13
-
14
-
15
- ## V1.1.2 (12/11/2023)
16
-
17
- * Added support for PHP 8.3
18
-
19
-
20
- ## V1.1.1 (25/02/2023)
21
-
22
- * Cleaned up tests
23
-
24
-
25
- ## V1.1 (30/07/2022)
26
-
27
- * Added support for PHP 8.2
28
- * Dropped support for PHP <7.2.5
29
-
30
-
31
- ## V1.0.4 (21/11/2021)
32
-
33
- * Updated package metadata
34
-
35
-
36
- ## V1.0.3 (17/10/2021)
37
-
38
- * Corrected docs
39
-
40
-
41
- ## V1.0.2 (28/08/2021)
42
-
43
- * Added support for PHP 8.1
44
-
45
-
46
- ## V1.0.1 (13/04/2020)
47
-
48
- * Updated funding information
49
-
50
-
51
- ## V1.0 (21/03/2020)
52
-
53
- * Initial release
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2020-2024 Graham Campbell <hello@gjcampbell.co.uk>
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.