Skip to content

Commit 706384c

Browse files
committed
chore(phaseI): define composer dependency contract and document dependency policy
- Finalize composer.json with minimal public requirements and explicit suggests - Keep optional drivers out of the public dependency contract - Document dependency policy and adapter-to-driver matrix - Clarify development vs public dependency responsibilities - No runtime or source code changes
1 parent e6a6d48 commit 706384c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/07-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Each optional dependency is declared as:
110110
"predis/predis": "Required for RedisPredisAdapter",
111111
"mongodb/mongodb": "Required for MongoDatabaseAdapter"
112112
}
113-
````
113+
```
114114

115115
This is **not optional documentation**.
116116
It is part of the dependency contract.

0 commit comments

Comments
 (0)