Skip to content

Commit f72ef7d

Browse files
authored
Merge pull request #5 from dakorpar/master
php 8 support
2 parents 688a764 + 42d7616 commit f72ef7d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vendor/
2+
composer.lock

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.4
7-
- 5.5
8-
- 5.6
96
- 7.0
107
- 7.1
8+
- 7.2
9+
- 7.3
10+
- 7.4
1111
- 8.0
1212
- hhvm
1313

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "A collection of PHP classes for managing barcodes.",
44
"license": "GPL-3.0+",
55
"require": {
6-
"php": "^5.0 || ^7.0"
6+
"php": "^5.0 || ^7.0 || ^8.0"
77
},
88
"require-dev": {
9-
"phpunit/phpunit": "~4.8|~5.7"
9+
"phpunit/phpunit": "~4.8|~5.7|~8.0|~9.0"
1010
},
1111
"autoload": {
1212
"psr-0" : {

0 commit comments

Comments
 (0)