Skip to content

Commit

Permalink
Add php 8.0 and 8.1
Browse files Browse the repository at this point in the history
Resolves #116
  • Loading branch information
nostadt authored and an-constructiva committed Feb 1, 2022
1 parent 2a22b8d commit df052c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,8 @@ php:
- '5.6'
- '7.0'
- '7.4'
- '8.0'
- '8.1'
- hhvm-3.3
- hhvm-3.6
- hhvm-3.9
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -2,6 +2,9 @@
"name": "globalcitizen/php-iban",
"description": "php-iban is a library for parsing and validating IBAN (and IIBAN) bank account information.",
"license": "LGPL-3.0-only",
"require": {
"php": "^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.4 || ^8.0 || ^8.1"
},
"autoload": {
"files": ["oophp-iban.php","php-iban.php"]
}
Expand Down

0 comments on commit df052c6

Please sign in to comment.