|
74 | 74 | "tempest/router": "self.version", |
75 | 75 | "tempest/support": "self.version", |
76 | 76 | "tempest/validation": "self.version", |
77 | | - "tempest/view": "self.version" |
| 77 | + "tempest/view": "self.version", |
| 78 | + "tempest/vite": "self.version" |
78 | 79 | }, |
79 | 80 | "minimum-stability": "dev", |
80 | 81 | "prefer-stable": true, |
|
101 | 102 | "Tempest\\Router\\": "src/Tempest/Router/src", |
102 | 103 | "Tempest\\Support\\": "src/Tempest/Support/src", |
103 | 104 | "Tempest\\Validation\\": "src/Tempest/Validation/src", |
104 | | - "Tempest\\View\\": "src/Tempest/View/src" |
| 105 | + "Tempest\\View\\": "src/Tempest/View/src", |
| 106 | + "Tempest\\Vite\\": "src/Tempest/Vite/src" |
105 | 107 | }, |
106 | 108 | "files": [ |
107 | 109 | "src/Tempest/CommandBus/src/functions.php", |
|
113 | 115 | "src/Tempest/Reflection/src/functions.php", |
114 | 116 | "src/Tempest/Router/src/functions.php", |
115 | 117 | "src/Tempest/Support/src/functions.php", |
116 | | - "src/Tempest/View/src/functions.php" |
| 118 | + "src/Tempest/View/src/functions.php", |
| 119 | + "src/Tempest/Vite/src/functions.php" |
117 | 120 | ] |
118 | 121 | }, |
119 | 122 | "autoload-dev": { |
|
140 | 143 | "Tempest\\Router\\Tests\\": "src/Tempest/Router/tests", |
141 | 144 | "Tempest\\Support\\Tests\\": "src/Tempest/Support/tests", |
142 | 145 | "Tempest\\Validation\\Tests\\": "src/Tempest/Validation/tests", |
| 146 | + "Tempest\\Vite\\Tests\\": "src/Tempest/Vite/tests", |
143 | 147 | "Tests\\Tempest\\": "tests/" |
144 | 148 | } |
145 | 149 | }, |
|
0 commit comments