set testingtools as dependency

This commit is contained in:
Daniel Seifert 2022-12-18 00:04:06 +01:00
parent eba45c4dfd
commit 91bf6dacbe
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@
"web-auth/webauthn-lib": "^3.3",
"nyholm/psr7": "^1.5.1",
"nyholm/psr7-server": "^1.0.2",
"ext-json": "*"
"ext-json": "*",
"d3/testingtools": "^1.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19",