Skip to content

Commit

Permalink
Added support for newer versions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kucharovic committed Nov 9, 2022
1 parent 6a85ff2 commit 809b62b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1

before_script:
- composer self-update
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.1"
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 809b62b

Please sign in to comment.