Skip to content

Commit

Permalink
Merge pull request #8 from Jeckel-Lab/feature/test-with-php8.0
Browse files Browse the repository at this point in the history
Add php8.0 to travis builds
  • Loading branch information
jeckel committed Dec 10, 2020
2 parents 673ef5c + bb3b768 commit 5564594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

before_script:
- travis_retry composer self-update
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.3 || ^8.0"
},
"autoload": {
"psr-4": {
"JeckelLab\\Contract\\": "src/"
}
},
"require-dev": {
"vimeo/psalm": "^3.11",
"vimeo/psalm": "^4.3",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.8",
"phpro/grumphp": "^0.19.0"
"phpro/grumphp": "^1.2.0"
},
"suggest": {
"vimeo/psalm": "Using psalm with this 'contract' will enable immutability and strong typing verification"
Expand Down

0 comments on commit 5564594

Please sign in to comment.