From 87409edf4fb3a508b9e305a23a6b6ffeb80bf1a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Oct 2023 08:24:27 +0200 Subject: update to 1.18.2 --- composer.json | 58 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 27 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3c27c93..48b24a7 100644 --- a/composer.json +++ b/composer.json @@ -5,41 +5,45 @@ "homepage": "http://www.tecnick.com", "license": "LGPL-3.0-or-later", "keywords": [ - "tc-lib-barcode", + "3 of 9", + "ANSI MH10.8M-1983", + "AZTEC", "barcode", + "CBC", + "CODABAR", + "CODE 11", + "CODE 128 A B C", "CODE 39", - "ANSI MH10.8M-1983", - "USD-3", - "3 of 9", "CODE 93", - "USS-93", - "Standard 2 of 5", - "Interleaved 2 of 5", - "CODE 128 A B C", - "UPC", - "EAN 8", + "Datamatrix", "EAN 13", - "UPC-A", - "UPC-E", - "MSI", - "POSTNET", - "PLANET", - "RMS4CC", - "Royal Mail", - "CBC", + "EAN 8", + "ECC200", + "Intelligent Mail Barcode", + "Interleaved 2 of 5", + "ISO IEC 15438 2006", + "ISO IEC 16022", + "ISO IEC 24778 2008", "KIX", "Klant", - "Intelligent Mail Barcode", + "MSI", "Onecode", - "USPS-B-3200", - "CODABAR", - "CODE 11", - "PHARMACODE", + "PDF417", "PHARMACODE TWO-TRACKS", - "Datamatrix", - "ECC200", + "PHARMACODE", + "PLANET", + "POSTNET", "QR-Code", - "PDF417" + "RMS4CC", + "Royal Mail", + "Standard 2 of 5", + "tc-lib-barcode", + "UPC-A", + "UPC-E", + "UPC", + "USD-3", + "USPS-B-3200", + "USS-93" ], "authors": [ { @@ -49,7 +53,7 @@ } ], "require": { - "php": ">=5.4", + "php": ">=5.6", "ext-bcmath": "*", "ext-date": "*", "ext-gd": "*", -- cgit