Skip to content

Commit 7f24b3e

Browse files
committed
Use laminas
1 parent 98c8973 commit 7f24b3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ composer.lock
33
tmp/
44
phpunit-coverage-clover.xml
55
.idea
6-
6+
.phpunit.result.cache

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"ramsey/uuid": "^3.9.3",
20-
"zendframework/zend-diactoros": "^2.2.1",
20+
"laminas/laminas-diactoros": "^2.2.1",
2121
"phpunit/phpunit": "^7.5.20 | ^8.5.8 | ^9.4.2"
2222
},
2323
"suggest": {

0 commit comments

Comments
 (0)