Skip to content

Commit 6495fec

Browse files
authored
Updated minimum PHP version to 7.2
1 parent 891f53f commit 6495fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.",
55
"keywords": [ "php", "barcode", "barcode generator", "EAN", "EAN13", "UPC", "Code39", "Code128", "Code93", "Standard 2 of 5", "MSI", "POSTNET", "KIX", "KIXCODE", "CODABAR", "PHARMA", "Code11", "SVG", "PNG", "HTML", "JPG", "JPEG" ],
6-
"homepage": "http://github.com/picqer/php-barcode-generator",
6+
"homepage": "https://github.com/picqer/php-barcode-generator",
77
"license": "LGPL-3.0-or-later",
88
"authors": [
99
{
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=5.4.0"
20+
"php": ">=7.2.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^5.3"

0 commit comments

Comments
 (0)