Skip to content

Commit 450e020

Browse files
author
Oscar Otero
committed
fixed test
1 parent b5e98f4 commit 450e020

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sudo: false
44
php:
55
- 7.2
66
- 7.3
7+
- 7.4
78

89
before_script:
910
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^8.1",
26-
"zendframework/zend-diactoros": "^2.2",
26+
"laminas/laminas-diactoros": "^2.2",
2727
"friendsofphp/php-cs-fixer": "^2.0",
2828
"squizlabs/php_codesniffer": "^3.0",
2929
"oscarotero/php-cs-fixer-config": "^1.0"

0 commit comments

Comments
 (0)