|
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" |
41 | 42 | }, |
42 | 43 | "require-dev": { |
43 | | - "aidan-casey/mock-client": "dev-master", |
44 | 44 | "carthage-software/mago": "0.24.1", |
45 | 45 | "guzzlehttp/psr7": "^2.6.1", |
46 | 46 | "illuminate/view": "~11.7.0", |
|
59 | 59 | "phpat/phpat": "^0.11.0", |
60 | 60 | "phpbench/phpbench": "84.x-dev", |
61 | 61 | "phpstan/phpstan": "^2.0", |
62 | | - "phpunit/phpunit": "^11.5.17", |
| 62 | + "phpunit/phpunit": "^12.2.3", |
63 | 63 | "rector/rector": "^2.0-rc2", |
64 | 64 | "spatie/phpunit-snapshot-assertions": "^5.1.8", |
65 | 65 | "spaze/phpstan-disallowed-calls": "^4.0", |
|
83 | 83 | "tempest/generation": "self.version", |
84 | 84 | "tempest/http": "self.version", |
85 | 85 | "tempest/http-client": "self.version", |
| 86 | + "tempest/intl": "self.version", |
86 | 87 | "tempest/log": "self.version", |
87 | 88 | "tempest/mapper": "self.version", |
88 | 89 | "tempest/reflection": "self.version", |
|
117 | 118 | "Tempest\\Generation\\": "packages/generation/src", |
118 | 119 | "Tempest\\HttpClient\\": "packages/http-client/src", |
119 | 120 | "Tempest\\Http\\": "packages/http/src", |
| 121 | + "Tempest\\Intl\\": "packages/intl/src", |
120 | 122 | "Tempest\\Log\\": "packages/log/src", |
121 | 123 | "Tempest\\Mapper\\": "packages/mapper/src", |
122 | 124 | "Tempest\\Reflection\\": "packages/reflection/src", |
|
137 | 139 | "packages/datetime/src/functions.php", |
138 | 140 | "packages/debug/src/functions.php", |
139 | 141 | "packages/event-bus/src/functions.php", |
| 142 | + "packages/intl/src/Number/functions.php", |
| 143 | + "packages/intl/src/functions.php", |
140 | 144 | "packages/mapper/src/functions.php", |
141 | 145 | "packages/reflection/src/functions.php", |
142 | 146 | "packages/router/src/functions.php", |
|
145 | 149 | "packages/support/src/Filesystem/functions.php", |
146 | 150 | "packages/support/src/Html/functions.php", |
147 | 151 | "packages/support/src/Json/functions.php", |
148 | | - "packages/support/src/Language/functions.php", |
149 | 152 | "packages/support/src/Math/constants.php", |
150 | 153 | "packages/support/src/Math/functions.php", |
151 | 154 | "packages/support/src/Namespace/functions.php", |
152 | | - "packages/support/src/Number/functions.php", |
153 | 155 | "packages/support/src/Path/functions.php", |
154 | 156 | "packages/support/src/Random/functions.php", |
155 | 157 | "packages/support/src/Regex/functions.php", |
|
174 | 176 | "Tempest\\Generation\\Tests\\": "packages/generation/tests", |
175 | 177 | "Tempest\\HttpClient\\Tests\\": "packages/http-client/tests", |
176 | 178 | "Tempest\\Http\\Tests\\": "packages/http/tests", |
| 179 | + "Tempest\\Intl\\Tests\\": "packages/intl/tests", |
177 | 180 | "Tempest\\Log\\Tests\\": "packages/log/tests", |
178 | 181 | "Tempest\\Mapper\\Tests\\": "packages/mapper/tests", |
179 | 182 | "Tempest\\Reflection\\Tests\\": "packages/reflection/tests", |
|
202 | 205 | "phpstan": "vendor/bin/phpstan analyse src tests --memory-limit=1G", |
203 | 206 | "rector": "vendor/bin/rector process --no-ansi", |
204 | 207 | "merge": "php -d\"error_reporting = E_ALL & ~E_DEPRECATED\" vendor/bin/monorepo-builder merge", |
| 208 | + "intl:plural": "./packages/intl/bin/plural-rules.php", |
205 | 209 | "release": [ |
206 | 210 | "composer qa", |
207 | 211 | "./bin/release" |
|
0 commit comments