Skip to content

Commit

Permalink
PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
sirn-se committed Nov 3, 2020
1 parent 7f2baaf commit 718364f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: php

php:
- 8.0
- 7.4
- 7.3
- 7.2
- 7.1

before_script:
- make install build
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
}
},
"require": {
"php": "^7.1",
"php": "^7.2",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.0|^9.0",
"php-coveralls/php-coveralls": "^2.0",
"squizlabs/php_codesniffer": "^3.5"
}
Expand Down

0 comments on commit 718364f

Please sign in to comment.