477 lines
17 KiB
JSON
477 lines
17 KiB
JSON
{
|
|
"_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": "46186c5b44feedbf4305baae37bf7821",
|
|
"packages": [
|
|
{
|
|
"name": "bacon/bacon-qr-code",
|
|
"version": "v3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
|
"reference": "f9cc1f52b5a463062251d666761178dbdb6b544f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f",
|
|
"reference": "f9cc1f52b5a463062251d666761178dbdb6b544f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dasprid/enum": "^1.0.3",
|
|
"ext-iconv": "*",
|
|
"php": "^8.1"
|
|
},
|
|
"require-dev": {
|
|
"phly/keep-a-changelog": "^2.12",
|
|
"phpunit/phpunit": "^10.5.11 || 11.0.4",
|
|
"spatie/phpunit-snapshot-assertions": "^5.1.5",
|
|
"squizlabs/php_codesniffer": "^3.9"
|
|
},
|
|
"suggest": {
|
|
"ext-imagick": "to generate QR code images"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BaconQrCode\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Scholzen 'DASPRiD'",
|
|
"email": "mail@dasprids.de",
|
|
"homepage": "https://dasprids.de/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "BaconQrCode is a QR code generator for PHP.",
|
|
"homepage": "https://github.com/Bacon/BaconQrCode",
|
|
"support": {
|
|
"issues": "https://github.com/Bacon/BaconQrCode/issues",
|
|
"source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.1"
|
|
},
|
|
"time": "2024-10-01T13:55:55+00:00"
|
|
},
|
|
{
|
|
"name": "dasprid/enum",
|
|
"version": "1.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/DASPRiD/Enum.git",
|
|
"reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
|
|
"reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1 <9.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
|
|
"squizlabs/php_codesniffer": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DASPRiD\\Enum\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Scholzen 'DASPRiD'",
|
|
"email": "mail@dasprids.de",
|
|
"homepage": "https://dasprids.de/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP 7.1 enum implementation",
|
|
"keywords": [
|
|
"enum",
|
|
"map"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/DASPRiD/Enum/issues",
|
|
"source": "https://github.com/DASPRiD/Enum/tree/1.0.6"
|
|
},
|
|
"time": "2024-08-09T14:30:48+00:00"
|
|
},
|
|
{
|
|
"name": "endroid/qr-code",
|
|
"version": "6.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/endroid/qr-code.git",
|
|
"reference": "bdbb06e767efe9abe3c00461662b4059a6cd0b55"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/endroid/qr-code/zipball/bdbb06e767efe9abe3c00461662b4059a6cd0b55",
|
|
"reference": "bdbb06e767efe9abe3c00461662b4059a6cd0b55",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bacon/bacon-qr-code": "^3.0",
|
|
"php": "^8.2"
|
|
},
|
|
"require-dev": {
|
|
"endroid/quality": "dev-main",
|
|
"ext-gd": "*",
|
|
"khanamiryan/qrcode-detector-decoder": "^2.0.2",
|
|
"setasign/fpdf": "^1.8.2"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "Enables you to write PNG images",
|
|
"khanamiryan/qrcode-detector-decoder": "Enables you to use the image validator",
|
|
"roave/security-advisories": "Makes sure package versions with known security issues are not installed",
|
|
"setasign/fpdf": "Enables you to use the PDF writer"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "6.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Endroid\\QrCode\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeroen van den Enden",
|
|
"email": "info@endroid.nl"
|
|
}
|
|
],
|
|
"description": "Endroid QR Code",
|
|
"homepage": "https://github.com/endroid/qr-code",
|
|
"keywords": [
|
|
"code",
|
|
"endroid",
|
|
"php",
|
|
"qr",
|
|
"qrcode"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/endroid/qr-code/issues",
|
|
"source": "https://github.com/endroid/qr-code/tree/6.0.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/endroid",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-10-29T19:28:52+00:00"
|
|
},
|
|
{
|
|
"name": "fortawesome/font-awesome",
|
|
"version": "v4.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FortAwesome/Font-Awesome.git",
|
|
"reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a8386aae19e200ddb0f6845b5feeee5eb7013687",
|
|
"reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"jekyll": "1.0.2",
|
|
"lessc": "1.4.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.6.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"OFL-1.1",
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dave Gandy",
|
|
"email": "dave@fontawesome.io",
|
|
"homepage": "http://twitter.com/davegandy",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The iconic font and CSS framework",
|
|
"homepage": "http://fontawesome.io/",
|
|
"keywords": [
|
|
"FontAwesome",
|
|
"awesome",
|
|
"bootstrap",
|
|
"font",
|
|
"icon"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/FortAwesome/Font-Awesome/issues",
|
|
"source": "https://github.com/FortAwesome/Font-Awesome/tree/v4.7.0"
|
|
},
|
|
"time": "2016-10-24T15:52:54+00:00"
|
|
},
|
|
{
|
|
"name": "thetempusproject/bedrock",
|
|
"version": "1.1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.thetempusproject.com/the-tempus-project/bedrock",
|
|
"reference": "39d350df061b4c69266bbbe152976cf7254e4c08"
|
|
},
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"thetempusproject/canary": "1.0.9",
|
|
"thetempusproject/hermes": "1.0.5",
|
|
"thetempusproject/houdini": "2.0.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"config/constants.php",
|
|
"bin/bedrock.php"
|
|
],
|
|
"classmap": [
|
|
"classes",
|
|
"functions"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joey Kimsey",
|
|
"email": "Joey@thetempusproject.com",
|
|
"homepage": "https://JoeyKimsey.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "Bedrock is intended as the core functionality used by The Tempus Project: a rapid prototyping framework. This library utilizes the MVC architecture in addition to a custom templating engine designed to make building web applications simple.",
|
|
"homepage": "https://thetempusproject.com/libraries/bedrock",
|
|
"keywords": [
|
|
"framework",
|
|
"mvc",
|
|
"php",
|
|
"thetempusproject"
|
|
],
|
|
"time": "2025-02-04T12:20:56+00:00"
|
|
},
|
|
{
|
|
"name": "thetempusproject/canary",
|
|
"version": "1.0.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.thetempusproject.com/the-tempus-project/canary",
|
|
"reference": "77cef522e9919573836901eb82b59b20f453fb61"
|
|
},
|
|
"require": {
|
|
"php": ">=8.1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"config/constants.php",
|
|
"bin/canary.php"
|
|
],
|
|
"classmap": [
|
|
"classes"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joey Kimsey",
|
|
"email": "Joey@thetempusproject.com",
|
|
"homepage": "https://JoeyKimsey.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "Functionality for tracking, logging, and sending log messages to chrome for debugging.",
|
|
"homepage": "https://thetempusproject.com/libraries/canary",
|
|
"keywords": [
|
|
"debugging",
|
|
"logging",
|
|
"php",
|
|
"thetempusproject",
|
|
"tools"
|
|
],
|
|
"time": "2025-02-04T12:16:29+00:00"
|
|
},
|
|
{
|
|
"name": "thetempusproject/hermes",
|
|
"version": "1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.thetempusproject.com/the-tempus-project/hermes",
|
|
"reference": "802581b1d2d70877ccc75d8954b33efcc05d9371"
|
|
},
|
|
"require": {
|
|
"php": ">=8.1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"config/constants.php"
|
|
],
|
|
"classmap": [
|
|
"classes",
|
|
"functions"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joey Kimsey",
|
|
"email": "Joey@thetempusproject.com",
|
|
"homepage": "https://JoeyKimsey.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "This library handles redirects, provides a common backbone for routing, and can handle autoloading in cases where composer is unavailable.",
|
|
"homepage": "https://thetempusproject.com/libraries/hermes",
|
|
"keywords": [
|
|
"autoloader",
|
|
"php",
|
|
"routing",
|
|
"thetempusproject",
|
|
"tools"
|
|
],
|
|
"time": "2025-02-02T23:22:15+00:00"
|
|
},
|
|
{
|
|
"name": "thetempusproject/houdini",
|
|
"version": "2.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.thetempusproject.com/the-tempus-project/houdini",
|
|
"reference": "2c7538471ab1f900048ccdb2c71d6bf2bee975e0"
|
|
},
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"thetempusproject/canary": "1.0.9",
|
|
"thetempusproject/hermes": "1.0.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"config/constants.php"
|
|
],
|
|
"classmap": [
|
|
"classes"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joey Kimsey",
|
|
"email": "Joey@thetempusproject.com",
|
|
"homepage": "https://JoeyKimsey.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "This library handles creating, managing, and displaying frontend components.",
|
|
"homepage": "https://thetempusproject.com/libraries/houdini",
|
|
"keywords": [
|
|
"frontend",
|
|
"php",
|
|
"thetempusproject",
|
|
"tools"
|
|
],
|
|
"time": "2025-02-04T12:19:25+00:00"
|
|
},
|
|
{
|
|
"name": "twbs/bootstrap",
|
|
"version": "v5.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twbs/bootstrap.git",
|
|
"reference": "cb021439c683d9805e2864c58095b92d405e9b11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/cb021439c683d9805e2864c58095b92d405e9b11",
|
|
"reference": "cb021439c683d9805e2864c58095b92d405e9b11",
|
|
"shasum": ""
|
|
},
|
|
"replace": {
|
|
"twitter/bootstrap": "self.version"
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mark Otto",
|
|
"email": "markdotto@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jacob Thornton",
|
|
"email": "jacobthornton@gmail.com"
|
|
}
|
|
],
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
|
"homepage": "https://getbootstrap.com/",
|
|
"keywords": [
|
|
"JS",
|
|
"css",
|
|
"framework",
|
|
"front-end",
|
|
"mobile-first",
|
|
"responsive",
|
|
"sass",
|
|
"web"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/twbs/bootstrap/issues",
|
|
"source": "https://github.com/twbs/bootstrap/tree/v5.2.3"
|
|
},
|
|
"time": "2022-11-21T18:19:01+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": [],
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|