|
71 | 71 | "tempest/log": "self.version", |
72 | 72 | "tempest/mapper": "self.version", |
73 | 73 | "tempest/reflection": "self.version", |
| 74 | + "tempest/router": "self.version", |
74 | 75 | "tempest/support": "self.version", |
75 | 76 | "tempest/validation": "self.version", |
76 | 77 | "tempest/view": "self.version" |
|
97 | 98 | "Tempest\\Log\\": "src/Tempest/Log/src", |
98 | 99 | "Tempest\\Mapper\\": "src/Tempest/Mapper/src", |
99 | 100 | "Tempest\\Reflection\\": "src/Tempest/Reflection/src", |
| 101 | + "Tempest\\Router\\": "src/Tempest/Router/src", |
100 | 102 | "Tempest\\Support\\": "src/Tempest/Support/src", |
101 | 103 | "Tempest\\Validation\\": "src/Tempest/Validation/src", |
102 | 104 | "Tempest\\View\\": "src/Tempest/View/src" |
|
107 | 109 | "src/Tempest/Core/src/functions.php", |
108 | 110 | "src/Tempest/Debug/src/functions.php", |
109 | 111 | "src/Tempest/EventBus/src/functions.php", |
110 | | - "src/Tempest/Http/src/functions.php", |
111 | 112 | "src/Tempest/Mapper/src/functions.php", |
112 | 113 | "src/Tempest/Reflection/src/functions.php", |
| 114 | + "src/Tempest/Router/src/functions.php", |
113 | 115 | "src/Tempest/Support/src/functions.php", |
114 | 116 | "src/Tempest/View/src/functions.php" |
115 | 117 | ] |
|
128 | 130 | "Tempest\\Filesystem\\Tests\\": "src/Tempest/Filesystem/tests", |
129 | 131 | "Tempest\\Generation\\Tests\\": "src/Tempest/Generation/tests", |
130 | 132 | "Tempest\\HttpClient\\Tests\\": "src/Tempest/HttpClient/tests", |
131 | | - "Tempest\\Http\\Tests\\": "src/Tempest/Http/tests", |
| 133 | + "Tempest\\Http\\Tests\\": [ |
| 134 | + "src/Tempest/Http/tests", |
| 135 | + "src/Tempest/Router/tests" |
| 136 | + ], |
132 | 137 | "Tempest\\Log\\Tests\\": "src/Tempest/Log/tests", |
133 | 138 | "Tempest\\Mapper\\Tests\\": "src/Tempest/Mapper/tests", |
134 | 139 | "Tempest\\Reflection\\Tests\\": "src/Tempest/Reflection/tests", |
| 140 | + "Tempest\\Router\\Tests\\": "src/Tempest/Router/tests", |
135 | 141 | "Tempest\\Support\\Tests\\": "src/Tempest/Support/tests", |
136 | 142 | "Tempest\\Validation\\Tests\\": "src/Tempest/Validation/tests", |
137 | 143 | "Tests\\Tempest\\": "tests/" |
|
0 commit comments