|
20 | 20 | "league/commonmark": "^2.7", |
21 | 21 | "league/flysystem": "^3.29.1", |
22 | 22 | "league/mime-type-detection": "^1.16", |
| 23 | + "league/oauth2-client": "^2.8", |
23 | 24 | "monolog/monolog": "^3.7.0", |
24 | 25 | "nette/php-generator": "^4.1.6", |
25 | 26 | "nikic/php-parser": "^5.3", |
|
32 | 33 | "psr/http-factory": "^1.0", |
33 | 34 | "psr/http-message": "^1.0|^2.0", |
34 | 35 | "psr/log": "^3.0.0", |
| 36 | + "rector/rector": "^2.1", |
35 | 37 | "symfony/cache": "^7.3", |
36 | 38 | "symfony/mailer": "^7.2.6", |
37 | 39 | "symfony/process": "^7.3", |
|
44 | 46 | "voku/portable-ascii": "^2.0.3" |
45 | 47 | }, |
46 | 48 | "require-dev": { |
| 49 | + "adam-paterson/oauth2-slack": "^1.1", |
47 | 50 | "aws/aws-sdk-php": "^3.338.0", |
48 | 51 | "azure-oss/storage-blob-flysystem": "^1.2", |
49 | | - "carthage-software/mago": "0.26.1", |
| 52 | + "carthage-software/mago": "1.0.0-beta.24", |
| 53 | + "depotwarehouse/oauth2-twitch": "^1.3", |
50 | 54 | "guzzlehttp/psr7": "^2.6.1", |
51 | 55 | "league/flysystem-aws-s3-v3": "^3.25.1", |
52 | 56 | "league/flysystem-ftp": "^3.25.1", |
|
56 | 60 | "league/flysystem-read-only": "^3.25.1", |
57 | 61 | "league/flysystem-sftp-v3": "^3.25.1", |
58 | 62 | "league/flysystem-ziparchive": "^3.25.1", |
| 63 | + "league/oauth2-facebook": "^2.0", |
| 64 | + "league/oauth2-github": "^3.1", |
| 65 | + "league/oauth2-google": "^4.0", |
| 66 | + "league/oauth2-instagram": "^3.0", |
| 67 | + "league/oauth2-linkedin": "^5.1", |
59 | 68 | "masterminds/html5": "^2.9", |
60 | 69 | "microsoft/azure-storage-blob": "^1.5", |
61 | 70 | "mikey179/vfsstream": "^2.0@dev", |
62 | 71 | "nesbot/carbon": "^3.8", |
63 | 72 | "nyholm/psr7": "^1.8", |
| 73 | + "patrickbussmann/oauth2-apple": "^0.3", |
64 | 74 | "phpat/phpat": "^0.11.0", |
65 | 75 | "phpbench/phpbench": "84.x-dev", |
66 | 76 | "phpstan/phpstan": "^2.0", |
67 | 77 | "phpunit/phpunit": "^12.2.3", |
68 | 78 | "predis/predis": "^3.0.0", |
69 | | - "rector/rector": "^2.0-rc2", |
| 79 | + "riskio/oauth2-auth0": "^2.4", |
| 80 | + "smolblog/oauth2-twitter": "^1.0", |
70 | 81 | "spatie/phpunit-snapshot-assertions": "^5.1.8", |
71 | 82 | "spaze/phpstan-disallowed-calls": "^4.0", |
| 83 | + "stevenmaguire/oauth2-microsoft": "^2.2", |
72 | 84 | "symfony/amazon-mailer": "^7.2.0", |
73 | 85 | "symfony/postmark-mailer": "^7.2.6", |
74 | 86 | "symplify/monorepo-builder": "^11.2", |
75 | 87 | "tempest/blade": "dev-main", |
76 | | - "twig/twig": "^3.16" |
| 88 | + "thenetworg/oauth2-azure": "^2.2", |
| 89 | + "twig/twig": "^3.16", |
| 90 | + "wohali/oauth2-discord-new": "^1.2" |
77 | 91 | }, |
78 | 92 | "replace": { |
79 | 93 | "tempest/auth": "self.version", |
|
103 | 117 | "tempest/router": "self.version", |
104 | 118 | "tempest/storage": "self.version", |
105 | 119 | "tempest/support": "self.version", |
| 120 | + "tempest/upgrade": "self.version", |
106 | 121 | "tempest/validation": "self.version", |
107 | 122 | "tempest/view": "self.version", |
108 | 123 | "tempest/vite": "self.version" |
|
143 | 158 | "Tempest\\Router\\": "packages/router/src", |
144 | 159 | "Tempest\\Storage\\": "packages/storage/src", |
145 | 160 | "Tempest\\Support\\": "packages/support/src", |
| 161 | + "Tempest\\Upgrade\\": "packages/upgrade/src", |
146 | 162 | "Tempest\\Validation\\": "packages/validation/src", |
147 | 163 | "Tempest\\View\\": "packages/view/src", |
148 | 164 | "Tempest\\Vite\\": "packages/vite/src" |
|
177 | 193 | "packages/support/src/Regex/functions.php", |
178 | 194 | "packages/support/src/Str/constants.php", |
179 | 195 | "packages/support/src/Str/functions.php", |
| 196 | + "packages/support/src/Uri/functions.php", |
180 | 197 | "packages/support/src/functions.php", |
181 | 198 | "packages/view/src/functions.php", |
182 | 199 | "packages/vite/src/functions.php" |
183 | 200 | ] |
184 | 201 | }, |
185 | 202 | "autoload-dev": { |
186 | 203 | "psr-4": { |
| 204 | + "Tempest\\Auth\\Tests\\": "packages/auth/tests", |
187 | 205 | "Tempest\\Cache\\Tests\\": "packages/cache/tests", |
188 | 206 | "Tempest\\Clock\\Tests\\": "packages/clock/tests", |
189 | 207 | "Tempest\\CommandBus\\Tests\\": "packages/command-bus/tests", |
|
208 | 226 | "Tempest\\Router\\Tests\\": "packages/router/tests", |
209 | 227 | "Tempest\\Storage\\Tests\\": "packages/storage/tests", |
210 | 228 | "Tempest\\Support\\Tests\\": "packages/support/tests", |
| 229 | + "Tempest\\Upgrade\\Tests\\": "packages/upgrade/tests", |
211 | 230 | "Tempest\\Validation\\Tests\\": "packages/validation/tests", |
212 | 231 | "Tempest\\View\\Tests\\": "packages/view/tests", |
213 | 232 | "Tempest\\Vite\\Tests\\": "packages/vite/tests", |
|
225 | 244 | "scripts": { |
226 | 245 | "phpunit": "@php -d memory_limit=2G vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices", |
227 | 246 | "coverage": "vendor/bin/phpunit --coverage-html build/reports/html --coverage-clover build/reports/clover.xml", |
228 | | - "mago:fmt": "vendor/bin/mago fmt && vendor/bin/mago lint --fix --potentially-unsafe --fmt", |
229 | | - "mago:lint": "vendor/bin/mago lint --minimum-level=note", |
| 247 | + "fmt": "vendor/bin/mago fmt", |
| 248 | + "lint:fix": "vendor/bin/mago lint --fix --format-after-fix", |
| 249 | + "lint": "vendor/bin/mago lint --potentially-unsafe --minimum-fail-level=note", |
230 | 250 | "phpstan": "vendor/bin/phpstan analyse src tests --memory-limit=1G", |
231 | 251 | "rector": "vendor/bin/rector process --no-ansi", |
232 | 252 | "merge": "php -d\"error_reporting = E_ALL & ~E_DEPRECATED\" vendor/bin/monorepo-builder merge", |
|
236 | 256 | "./bin/release" |
237 | 257 | ], |
238 | 258 | "qa": [ |
239 | | - "composer mago:fmt", |
| 259 | + "composer fmt", |
| 260 | + "composer lint:fix", |
| 261 | + "composer lint", |
240 | 262 | "composer merge", |
| 263 | + "composer rector", |
241 | 264 | "./bin/validate-packages", |
242 | 265 | "./tempest discovery:clear --no-interaction", |
243 | | - "composer rector", |
244 | 266 | "composer phpunit", |
245 | | - "composer mago:lint", |
246 | 267 | "composer phpstan" |
247 | 268 | ] |
248 | 269 | } |
|
0 commit comments