Add new fields to items: id_code, image, location; implement QR code generation and printing; update translations and UI
This commit is contained in:
18
vendor/composer/installed.php
vendored
18
vendor/composer/installed.php
vendored
@@ -19,6 +19,24 @@
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'chillerlan/php-qrcode' => array(
|
||||
'pretty_version' => '4.4.2',
|
||||
'version' => '4.4.2.0',
|
||||
'reference' => '345ed8e4ffb56e6b3fcd9f42e3970b9026fa6ce4',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../chillerlan/php-qrcode',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'chillerlan/php-settings-container' => array(
|
||||
'pretty_version' => '3.2.1',
|
||||
'version' => '3.2.1.0',
|
||||
'reference' => '95ed3e9676a1d47cab2e3174d19b43f5dbf52681',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../chillerlan/php-settings-container',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'guzzlehttp/psr7' => array(
|
||||
'pretty_version' => '2.8.0',
|
||||
'version' => '2.8.0.0',
|
||||
|
||||
Reference in New Issue
Block a user