Skip to content

Commit

Permalink
fix diactoros dendency
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 25, 2020
1 parent cc71292 commit a6c9b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sudo: false
php:
- 7.2
- 7.3
- 7.4

before_script:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.1",
"zendframework/zend-diactoros": "^2.2",
"laminas/laminas-diactoros": "^2.2",
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "^3.0",
"oscarotero/php-cs-fixer-config": "^1.0"
Expand Down

0 comments on commit a6c9b75

Please sign in to comment.