We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e98f4 commit 450e020Copy full SHA for 450e020
.travis.yml
@@ -4,6 +4,7 @@ sudo: false
4
php:
5
- 7.2
6
- 7.3
7
+ - 7.4
8
9
before_script:
10
- composer self-update
composer.json
@@ -23,7 +23,7 @@
23
},
24
"require-dev": {
25
"phpunit/phpunit": "^8.1",
26
- "zendframework/zend-diactoros": "^2.2",
+ "laminas/laminas-diactoros": "^2.2",
27
"friendsofphp/php-cs-fixer": "^2.0",
28
"squizlabs/php_codesniffer": "^3.0",
29
"oscarotero/php-cs-fixer-config": "^1.0"
0 commit comments