Skip to content

Commit

Permalink
Little fix at travis versions & php unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stoica committed Dec 18, 2019
1 parent cb9d124 commit 98b231d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

before_script: composer install --no-interaction --prefer-dist

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^5.7 || ^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 98b231d

Please sign in to comment.