Skip to content

Commit 5abb577

Browse files
committed
Added dependencies to os2web_audit module
1 parent 0f4896e commit 5abb577

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"require-dev": {
2222
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
2323
"drupal/coder": "^8.3",
24-
"phpunit/phpunit": "^9.5"
24+
"phpunit/phpunit": "^9.5",
25+
"os2web/os2web_audit": "^0.1",
2526
},
2627
"scripts": {
2728
"coding-standards-check/phpcs": [

os2web_datalookup.info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ type: module
33
description: 'Provides integration with Danish data lookup services such as Service platformen or Datafordeler.'
44
package: 'OS2web'
55
core_version_requirement: ^8 || ^9 || ^10
6+
dependencies:
7+
- 'os2web/os2web_audit'

0 commit comments

Comments
 (0)