Skip to content

Commit 3ae3796

Browse files
committed
Really require phpunit.
1 parent ebceebf commit 3ae3796

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

modules/controller_attributes/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"drupal/core": "^11.1.8"
99
},
1010
"require-dev": {
11-
"ock/drupal-testing": "self.version"
11+
"ock/drupal-testing": "self.version",
12+
"phpunit/phpunit": "^10.5.38"
1213
},
1314
"minimum-stability": "dev",
1415
"prefer-stable": true

packages/drupal-testing/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"php": ">=8.3",
2323
"ext-json": "*",
2424
"drupal/core": "^11.1.8",
25-
"ock/testing": "self.version"
26-
},
27-
"require-dev": {
25+
"ock/testing": "self.version",
2826
"phpunit/phpunit": "^10.5.38"
2927
}
3028
}

packages/testing/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"ock/class-files-iterator": "self.version",
2525
"ock/helpers": "self.version",
2626
"ock/reflection": "self.version",
27+
"phpunit/phpunit": "^10.5.38",
2728
"symfony/yaml": "^7.1.5"
28-
},
29-
"require-dev": {
30-
"phpunit/phpunit": "^10.5.38"
3129
}
3230
}

0 commit comments

Comments
 (0)