Skip to content

Commit

Permalink
Merge 082c089 into b0679e2
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Dec 15, 2020
2 parents b0679e2 + 082c089 commit 7ae3e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

before_install:
- mkdir -p build/logs

install:
- composer self-update --ansi --no-interaction
- composer install --ansi --no-interaction --no-suggest
- composer install --ansi --no-interaction

before_script:
- vendor/bin/phpstan analyse --ansi --no-progress
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"sort-packages": true
},
"require": {
"php": "^7.1"
"php": "^7.1|^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.37",
"phpunit/phpunit": "^7.3 || ^8.0 || ^9.0",
"vimeo/psalm": "^3.13"
"vimeo/psalm": "^3.13|^4.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7ae3e51

Please sign in to comment.