|
101 | 101 | "prefer-stable": true, |
102 | 102 | "autoload": { |
103 | 103 | "psr-4": { |
104 | | - "Tempest\\Auth\\": "src/Tempest/Auth/src/", |
105 | | - "Tempest\\Cache\\": "src/Tempest/Cache/src/", |
106 | | - "Tempest\\Clock\\": "src/Tempest/Clock/src/", |
107 | | - "Tempest\\CommandBus\\": "src/Tempest/CommandBus/src", |
108 | | - "Tempest\\Console\\": "src/Tempest/Console/src", |
109 | | - "Tempest\\Container\\": "src/Tempest/Container/src", |
110 | | - "Tempest\\Core\\": "src/Tempest/Core/src", |
111 | | - "Tempest\\Database\\": "src/Tempest/Database/src", |
112 | | - "Tempest\\DateTime\\": "src/Tempest/DateTime/src", |
113 | | - "Tempest\\Debug\\": "src/Tempest/Debug/src", |
114 | | - "Tempest\\Discovery\\": "src/Tempest/Discovery/src", |
115 | | - "Tempest\\EventBus\\": "src/Tempest/EventBus/src", |
| 104 | + "Tempest\\Auth\\": "packages/auth/src", |
| 105 | + "Tempest\\Cache\\": "packages/cache/src", |
| 106 | + "Tempest\\Clock\\": "packages/clock/src", |
| 107 | + "Tempest\\CommandBus\\": "packages/command-bus/src", |
| 108 | + "Tempest\\Console\\": "packages/console/src", |
| 109 | + "Tempest\\Container\\": "packages/container/src", |
| 110 | + "Tempest\\Core\\": "packages/core/src", |
| 111 | + "Tempest\\Database\\": "packages/database/src", |
| 112 | + "Tempest\\DateTime\\": "packages/datetime/src", |
| 113 | + "Tempest\\Debug\\": "packages/debug/src", |
| 114 | + "Tempest\\Discovery\\": "packages/discovery/src", |
| 115 | + "Tempest\\EventBus\\": "packages/event-bus/src", |
116 | 116 | "Tempest\\Framework\\": "src/Tempest/Framework", |
117 | | - "Tempest\\Generation\\": "src/Tempest/Generation/src", |
118 | | - "Tempest\\HttpClient\\": "src/Tempest/HttpClient/src", |
119 | | - "Tempest\\Http\\": "src/Tempest/Http/src", |
120 | | - "Tempest\\Log\\": "src/Tempest/Log/src", |
121 | | - "Tempest\\Mapper\\": "src/Tempest/Mapper/src", |
122 | | - "Tempest\\Reflection\\": "src/Tempest/Reflection/src", |
123 | | - "Tempest\\Router\\": "src/Tempest/Router/src", |
124 | | - "Tempest\\Storage\\": "src/Tempest/Storage/src", |
125 | | - "Tempest\\Support\\": "src/Tempest/Support/src", |
126 | | - "Tempest\\Validation\\": "src/Tempest/Validation/src", |
127 | | - "Tempest\\View\\": "src/Tempest/View/src", |
128 | | - "Tempest\\Vite\\": "src/Tempest/Vite/src" |
| 117 | + "Tempest\\Generation\\": "packages/generation/src", |
| 118 | + "Tempest\\HttpClient\\": "packages/http-client/src", |
| 119 | + "Tempest\\Http\\": "packages/http/src", |
| 120 | + "Tempest\\Log\\": "packages/log/src", |
| 121 | + "Tempest\\Mapper\\": "packages/mapper/src", |
| 122 | + "Tempest\\Reflection\\": "packages/reflection/src", |
| 123 | + "Tempest\\Router\\": "packages/router/src", |
| 124 | + "Tempest\\Storage\\": "packages/storage/src", |
| 125 | + "Tempest\\Support\\": "packages/support/src", |
| 126 | + "Tempest\\Validation\\": "packages/validation/src", |
| 127 | + "Tempest\\View\\": "packages/view/src", |
| 128 | + "Tempest\\Vite\\": "packages/vite/src" |
129 | 129 | }, |
130 | 130 | "files": [ |
131 | | - "src/Tempest/Clock/src/functions.php", |
132 | | - "src/Tempest/CommandBus/src/functions.php", |
133 | | - "src/Tempest/Container/src/functions.php", |
134 | | - "src/Tempest/Core/src/functions.php", |
135 | | - "src/Tempest/Database/src/functions.php", |
136 | | - "src/Tempest/DateTime/src/constants.php", |
137 | | - "src/Tempest/DateTime/src/functions.php", |
138 | | - "src/Tempest/Debug/src/functions.php", |
139 | | - "src/Tempest/EventBus/src/functions.php", |
140 | | - "src/Tempest/Mapper/src/functions.php", |
141 | | - "src/Tempest/Reflection/src/functions.php", |
142 | | - "src/Tempest/Router/src/functions.php", |
143 | | - "src/Tempest/Support/src/Arr/functions.php", |
144 | | - "src/Tempest/Support/src/Comparison/functions.php", |
145 | | - "src/Tempest/Support/src/Filesystem/functions.php", |
146 | | - "src/Tempest/Support/src/Html/functions.php", |
147 | | - "src/Tempest/Support/src/Json/functions.php", |
148 | | - "src/Tempest/Support/src/Language/functions.php", |
149 | | - "src/Tempest/Support/src/Math/constants.php", |
150 | | - "src/Tempest/Support/src/Math/functions.php", |
151 | | - "src/Tempest/Support/src/Namespace/functions.php", |
152 | | - "src/Tempest/Support/src/Path/functions.php", |
153 | | - "src/Tempest/Support/src/Random/functions.php", |
154 | | - "src/Tempest/Support/src/Regex/functions.php", |
155 | | - "src/Tempest/Support/src/Str/constants.php", |
156 | | - "src/Tempest/Support/src/Str/functions.php", |
157 | | - "src/Tempest/Support/src/functions.php", |
158 | | - "src/Tempest/View/src/functions.php", |
159 | | - "src/Tempest/Vite/src/functions.php" |
| 131 | + "packages/clock/src/functions.php", |
| 132 | + "packages/command-bus/src/functions.php", |
| 133 | + "packages/container/src/functions.php", |
| 134 | + "packages/core/src/functions.php", |
| 135 | + "packages/database/src/functions.php", |
| 136 | + "packages/datetime/src/constants.php", |
| 137 | + "packages/datetime/src/functions.php", |
| 138 | + "packages/debug/src/functions.php", |
| 139 | + "packages/event-bus/src/functions.php", |
| 140 | + "packages/mapper/src/functions.php", |
| 141 | + "packages/reflection/src/functions.php", |
| 142 | + "packages/router/src/functions.php", |
| 143 | + "packages/support/src/Arr/functions.php", |
| 144 | + "packages/support/src/Comparison/functions.php", |
| 145 | + "packages/support/src/Filesystem/functions.php", |
| 146 | + "packages/support/src/Html/functions.php", |
| 147 | + "packages/support/src/Json/functions.php", |
| 148 | + "packages/support/src/Language/functions.php", |
| 149 | + "packages/support/src/Math/constants.php", |
| 150 | + "packages/support/src/Math/functions.php", |
| 151 | + "packages/support/src/Namespace/functions.php", |
| 152 | + "packages/support/src/Path/functions.php", |
| 153 | + "packages/support/src/Random/functions.php", |
| 154 | + "packages/support/src/Regex/functions.php", |
| 155 | + "packages/support/src/Str/constants.php", |
| 156 | + "packages/support/src/Str/functions.php", |
| 157 | + "packages/support/src/functions.php", |
| 158 | + "packages/view/src/functions.php", |
| 159 | + "packages/vite/src/functions.php" |
160 | 160 | ] |
161 | 161 | }, |
162 | 162 | "autoload-dev": { |
163 | 163 | "psr-4": { |
164 | | - "Tempest\\Auth\\Tests\\": "src/Tempest/Auth/tests", |
165 | | - "Tempest\\Cache\\Tests\\": "src/Tempest/Cache/tests", |
166 | | - "Tempest\\Clock\\Tests\\": "src/Tempest/Clock/tests", |
167 | | - "Tempest\\CommandBus\\Tests\\": "src/Tempest/CommandBus/tests", |
168 | | - "Tempest\\Console\\Tests\\": "src/Tempest/Console/tests", |
169 | | - "Tempest\\Container\\Tests\\": "src/Tempest/Container/tests", |
170 | | - "Tempest\\Core\\Tests\\": "src/Tempest/Core/tests", |
171 | | - "Tempest\\Database\\Tests\\": "src/Tempest/Database/tests", |
172 | | - "Tempest\\DateTime\\Tests\\": "src/Tempest/DateTime/tests", |
173 | | - "Tempest\\Discovery\\Tests\\": "src/Tempest/Discovery/tests", |
174 | | - "Tempest\\EventBus\\Tests\\": "src/Tempest/EventBus/tests", |
175 | | - "Tempest\\Generation\\Tests\\": "src/Tempest/Generation/tests", |
176 | | - "Tempest\\HttpClient\\Tests\\": "src/Tempest/HttpClient/tests", |
177 | | - "Tempest\\Http\\Tests\\": [ |
178 | | - "src/Tempest/Http/tests", |
179 | | - "src/Tempest/Router/tests" |
180 | | - ], |
181 | | - "Tempest\\Log\\Tests\\": "src/Tempest/Log/tests", |
182 | | - "Tempest\\Mapper\\Tests\\": "src/Tempest/Mapper/tests", |
183 | | - "Tempest\\Reflection\\Tests\\": "src/Tempest/Reflection/tests", |
184 | | - "Tempest\\Router\\Tests\\": "src/Tempest/Router/tests", |
185 | | - "Tempest\\Storage\\Tests\\": "src/Tempest/Storage/tests", |
186 | | - "Tempest\\Support\\Tests\\": "src/Tempest/Support/tests", |
187 | | - "Tempest\\Validation\\Tests\\": "src/Tempest/Validation/tests", |
188 | | - "Tempest\\View\\Tests\\": "src/Tempest/View/tests", |
189 | | - "Tempest\\Vite\\Tests\\": "src/Tempest/Vite/tests", |
190 | | - "Tests\\Tempest\\": "tests/" |
| 164 | + "Tempest\\Cache\\Tests\\": "packages/cache/tests", |
| 165 | + "Tempest\\Clock\\Tests\\": "packages/clock/tests", |
| 166 | + "Tempest\\CommandBus\\Tests\\": "packages/command-bus/tests", |
| 167 | + "Tempest\\Console\\Tests\\": "packages/console/tests", |
| 168 | + "Tempest\\Container\\Tests\\": "packages/container/tests", |
| 169 | + "Tempest\\Core\\Tests\\": "packages/core/tests", |
| 170 | + "Tempest\\Database\\Tests\\": "packages/database/tests", |
| 171 | + "Tempest\\DateTime\\Tests\\": "packages/datetime/tests", |
| 172 | + "Tempest\\EventBus\\Tests\\": "packages/event-bus/tests", |
| 173 | + "Tempest\\Generation\\Tests\\": "packages/generation/tests", |
| 174 | + "Tempest\\HttpClient\\Tests\\": "packages/http-client/tests", |
| 175 | + "Tempest\\Http\\Tests\\": "packages/http/tests", |
| 176 | + "Tempest\\Log\\Tests\\": "packages/log/tests", |
| 177 | + "Tempest\\Mapper\\Tests\\": "packages/mapper/tests", |
| 178 | + "Tempest\\Reflection\\Tests\\": "packages/reflection/tests", |
| 179 | + "Tempest\\Router\\Tests\\": "packages/router/tests", |
| 180 | + "Tempest\\Storage\\Tests\\": "packages/storage/tests", |
| 181 | + "Tempest\\Support\\Tests\\": "packages/support/tests", |
| 182 | + "Tempest\\Validation\\Tests\\": "packages/validation/tests", |
| 183 | + "Tempest\\View\\Tests\\": "packages/view/tests", |
| 184 | + "Tempest\\Vite\\Tests\\": "packages/vite/tests", |
| 185 | + "Tests\\Tempest\\": "tests" |
191 | 186 | } |
192 | 187 | }, |
193 | | - "bin": [ |
194 | | - "src/Tempest/Console/bin/tempest" |
195 | | - ], |
196 | 188 | "config": { |
197 | 189 | "allow-plugins": { |
198 | 190 | "carthage-software/mago": true |
199 | 191 | } |
200 | 192 | }, |
201 | 193 | "scripts": { |
202 | | - "phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices", |
| 194 | + "phpunit": "@php -d memory_limit=2G vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices", |
203 | 195 | "coverage": "vendor/bin/phpunit --coverage-html build/reports/html --coverage-clover build/reports/clover.xml", |
204 | 196 | "mago:fmt": "vendor/bin/mago fmt && vendor/bin/mago lint --fix --potentially-unsafe --fmt", |
205 | 197 | "mago:lint": "vendor/bin/mago lint --minimum-level=note", |
|
0 commit comments