Skip to content

Commit

Permalink
Merge pull request #5 from dakorpar/master
Browse files Browse the repository at this point in the history
php 8 support
  • Loading branch information
violuke authored Apr 22, 2021
2 parents 688a764 + 42d7616 commit f72ef7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor/
composer.lock
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ language: php
sudo: false

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
- hhvm

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down

0 comments on commit f72ef7d

Please sign in to comment.