Skip to content

Commit 463ead4

Browse files
committed
v1.0.0
1 parent 0cdb9e2 commit 463ead4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README-AR.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ composer require maatify/bootstrap
8383
#### 📦 مخطط تسلسل الاعتماد (Dependency Chain Diagram)
8484

8585
```mermaid
86-
graph TD
87-
A[maatify/psr-logger]:::core --> B[maatify/common]:::core
88-
B --> C[maatify/bootstrap]:::main
89-
C --> D[Other Maatify Libraries\n(rate-limiter, redis-cache, security-guard...)]:::ext
90-
91-
classDef core fill:#a3d2ff,stroke:#004aad,stroke-width:2px;
92-
classDef main fill:#d1ffd1,stroke:#008000,stroke-width:2px;
93-
classDef ext fill:#fff3b0,stroke:#ffb300,stroke-width:2px;
86+
graph TD
87+
A[maatify/psr-logger]:::core --> B[maatify/common]:::core
88+
B --> C[maatify/bootstrap]:::main
89+
C --> D["Other Maatify Libraries (rate-limiter, redis-cache, security-guard...)"]:::ext
90+
91+
classDef core fill:#a3d2ff,stroke:#004aad,stroke-width:2px;
92+
classDef main fill:#d1ffd1,stroke:#008000,stroke-width:2px;
93+
classDef ext fill:#fff3b0,stroke:#ffb300,stroke-width:2px;
9494
9595
```
9696

0 commit comments

Comments
 (0)