|
35 | 35 | "symfony/uid": "^7.1", |
36 | 36 | "symfony/var-dumper": "^7.1", |
37 | 37 | "symfony/var-exporter": "^7.1", |
| 38 | + "symfony/yaml": "^7.3", |
38 | 39 | "tempest/highlight": "^2.11.4", |
39 | 40 | "vlucas/phpdotenv": "^5.6", |
40 | 41 | "voku/portable-ascii": "^2.0.3" |
|
82 | 83 | "tempest/generation": "self.version", |
83 | 84 | "tempest/http": "self.version", |
84 | 85 | "tempest/http-client": "self.version", |
| 86 | + "tempest/intl": "self.version", |
85 | 87 | "tempest/log": "self.version", |
86 | 88 | "tempest/mapper": "self.version", |
87 | 89 | "tempest/reflection": "self.version", |
|
116 | 118 | "Tempest\\Generation\\": "packages/generation/src", |
117 | 119 | "Tempest\\HttpClient\\": "packages/http-client/src", |
118 | 120 | "Tempest\\Http\\": "packages/http/src", |
| 121 | + "Tempest\\Intl\\": "packages/intl/src", |
119 | 122 | "Tempest\\Log\\": "packages/log/src", |
120 | 123 | "Tempest\\Mapper\\": "packages/mapper/src", |
121 | 124 | "Tempest\\Reflection\\": "packages/reflection/src", |
|
136 | 139 | "packages/datetime/src/functions.php", |
137 | 140 | "packages/debug/src/functions.php", |
138 | 141 | "packages/event-bus/src/functions.php", |
| 142 | + "packages/intl/src/Number/functions.php", |
| 143 | + "packages/intl/src/functions.php", |
139 | 144 | "packages/mapper/src/functions.php", |
140 | 145 | "packages/reflection/src/functions.php", |
141 | 146 | "packages/router/src/functions.php", |
|
144 | 149 | "packages/support/src/Filesystem/functions.php", |
145 | 150 | "packages/support/src/Html/functions.php", |
146 | 151 | "packages/support/src/Json/functions.php", |
147 | | - "packages/support/src/Language/functions.php", |
148 | 152 | "packages/support/src/Math/constants.php", |
149 | 153 | "packages/support/src/Math/functions.php", |
150 | 154 | "packages/support/src/Namespace/functions.php", |
151 | | - "packages/support/src/Number/functions.php", |
152 | 155 | "packages/support/src/Path/functions.php", |
153 | 156 | "packages/support/src/Random/functions.php", |
154 | 157 | "packages/support/src/Regex/functions.php", |
|
173 | 176 | "Tempest\\Generation\\Tests\\": "packages/generation/tests", |
174 | 177 | "Tempest\\HttpClient\\Tests\\": "packages/http-client/tests", |
175 | 178 | "Tempest\\Http\\Tests\\": "packages/http/tests", |
| 179 | + "Tempest\\Intl\\Tests\\": "packages/intl/tests", |
176 | 180 | "Tempest\\Log\\Tests\\": "packages/log/tests", |
177 | 181 | "Tempest\\Mapper\\Tests\\": "packages/mapper/tests", |
178 | 182 | "Tempest\\Reflection\\Tests\\": "packages/reflection/tests", |
|
201 | 205 | "phpstan": "vendor/bin/phpstan analyse src tests --memory-limit=1G", |
202 | 206 | "rector": "vendor/bin/rector process --no-ansi", |
203 | 207 | "merge": "php -d\"error_reporting = E_ALL & ~E_DEPRECATED\" vendor/bin/monorepo-builder merge", |
| 208 | + "intl:plural": "./packages/intl/bin/plural-rules.php", |
204 | 209 | "release": [ |
205 | 210 | "composer qa", |
206 | 211 | "./bin/release" |
|
0 commit comments