We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 688a764 + 42d7616 commit f72ef7dCopy full SHA for f72ef7d
.gitignore
@@ -0,0 +1,2 @@
1
+vendor/
2
+composer.lock
.travis.yml
@@ -3,11 +3,11 @@ language: php
3
sudo: false
4
5
php:
6
- - 5.4
7
- - 5.5
8
- - 5.6
9
- 7.0
10
- 7.1
+ - 7.2
+ - 7.3
+ - 7.4
11
- 8.0
12
- hhvm
13
composer.json
@@ -3,10 +3,10 @@
"description": "A collection of PHP classes for managing barcodes.",
"license": "GPL-3.0+",
"require": {
- "php": "^5.0 || ^7.0"
+ "php": "^5.0 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "~4.8|~5.7"
+ "phpunit/phpunit": "~4.8|~5.7|~8.0|~9.0"
"autoload": {
"psr-0" : {
0 commit comments