Skip to content

Commit be1f28f

Browse files
committed
added 'unit' test for JtiReplayDetector
1 parent 86a2e16 commit be1f28f

3 files changed

Lines changed: 517 additions & 33 deletions

File tree

solid/composer.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,34 @@
3636
"psr/log" : "^1.1"
3737
},
3838
"require-dev": {
39+
"doctrine/dbal": "*",
40+
"nextcloud/server": "*",
3941
"phpunit/phpunit": "^8 || ^9"
40-
}
42+
},
43+
"repositories": [
44+
{
45+
"type": "package",
46+
"package": {
47+
"name": "nextcloud/server",
48+
"version": "24.0.0",
49+
"dist": {
50+
"url": "https://github.com/nextcloud/server/archive/refs/tags/v24.0.0.zip",
51+
"type": "zip"
52+
},
53+
"source": {
54+
"url": "https://github.com/nextcloud/server.git",
55+
"type": "git",
56+
"reference": "master"
57+
},
58+
"autoload": {
59+
"psr-4": {
60+
"": "lib/private/legacy",
61+
"OC\\": "lib/private",
62+
"OC\\Core\\": "core/",
63+
"OCP\\": "lib/public"
64+
}
65+
}
66+
}
67+
}
68+
]
4169
}

0 commit comments

Comments
 (0)