qrcode 추가
Reviewed-on: http://192.168.10.243:3000/owrainfo/confirms/pulls/40
This commit was merged in pull request #40.
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"aws/aws-sdk-php": "^3.369",
|
"aws/aws-sdk-php": "^3.369",
|
||||||
"codeigniter4/framework": "^4.0"
|
"codeigniter4/framework": "^4.0",
|
||||||
|
"khanamiryan/qrcode-detector-decoder": "^2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fakerphp/faker": "^1.9",
|
"fakerphp/faker": "^1.9",
|
||||||
|
|||||||
60
composer.lock
generated
60
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "f89d196f2c18e8021010c94fe29c716a",
|
"content-hash": "4b4aa23ffc82b7c504b6abcc48f46ce2",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
@@ -556,6 +556,64 @@
|
|||||||
],
|
],
|
||||||
"time": "2025-08-23T21:21:41+00:00"
|
"time": "2025-08-23T21:21:41+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "khanamiryan/qrcode-detector-decoder",
|
||||||
|
"version": "2.0.3",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
|
||||||
|
"reference": "17c570bb39f641cc1c4c41a46177ac491393a01d"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/17c570bb39f641cc1c4c41a46177ac491393a01d",
|
||||||
|
"reference": "17c570bb39f641cc1c4c41a46177ac491393a01d",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=8.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^7.5 | ^8.0 | ^9.0",
|
||||||
|
"rector/rector": "^1.0.4",
|
||||||
|
"symplify/easy-coding-standard": "^11.0",
|
||||||
|
"vimeo/psalm": "^4.24"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"files": [
|
||||||
|
"lib/Common/customFunctions.php"
|
||||||
|
],
|
||||||
|
"psr-4": {
|
||||||
|
"Zxing\\": "lib/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT",
|
||||||
|
"Apache-2.0"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Ashot Khanamiryan",
|
||||||
|
"email": "a.khanamiryan@gmail.com",
|
||||||
|
"homepage": "https://github.com/khanamiryan",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "QR code decoder / reader",
|
||||||
|
"homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/",
|
||||||
|
"keywords": [
|
||||||
|
"barcode",
|
||||||
|
"qr",
|
||||||
|
"zxing"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues",
|
||||||
|
"source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/2.0.3"
|
||||||
|
},
|
||||||
|
"time": "2025-06-10T08:44:02+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "laminas/laminas-escaper",
|
"name": "laminas/laminas-escaper",
|
||||||
"version": "2.18.0",
|
"version": "2.18.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user