Skip to content

Commit

Permalink
Merge pull request #5 from tomsommer/patch-1
Browse files Browse the repository at this point in the history
Add PHP 8 support
  • Loading branch information
acasademont authored Nov 14, 2023
2 parents 04c6049 + 30ec9fd commit 4d42be5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ language: php
php:
- 7.0
- 7.1
- nightly
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1

before_script: composer install
script: vendor/bin/phpunit
script: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "~7.0"
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "~6.2"
Expand Down

0 comments on commit 4d42be5

Please sign in to comment.