Skip to content

Commit f893610

Browse files
committed
The ock/testing package now depends on ock/reflection and of ock/class-files-iterator.
1 parent a24c2d3 commit f893610

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
"require": {
2222
"php": ">=8.3",
2323
"ext-json": "*",
24-
"ock/class-discovery": "self.version",
24+
"ock/class-files-iterator": "self.version",
2525
"ock/helpers": "self.version",
26+
"ock/reflection": "self.version",
2627
"symfony/yaml": "^7.1.5"
2728
},
2829
"require-dev": {

0 commit comments

Comments
 (0)