|
32 | 32 | "psr/http-factory": "^1.0", |
33 | 33 | "psr/http-message": "^1.0|^2.0", |
34 | 34 | "psr/log": "^3.0.0", |
| 35 | + "rector/rector": "^2.1", |
35 | 36 | "symfony/cache": "^7.3", |
36 | 37 | "symfony/mailer": "^7.2.6", |
37 | 38 | "symfony/process": "^7.3", |
|
66 | 67 | "phpstan/phpstan": "^2.0", |
67 | 68 | "phpunit/phpunit": "^12.2.3", |
68 | 69 | "predis/predis": "^3.0.0", |
69 | | - "rector/rector": "^2.0-rc2", |
70 | 70 | "spatie/phpunit-snapshot-assertions": "^5.1.8", |
71 | 71 | "spaze/phpstan-disallowed-calls": "^4.0", |
72 | 72 | "symfony/amazon-mailer": "^7.2.0", |
|
103 | 103 | "tempest/router": "self.version", |
104 | 104 | "tempest/storage": "self.version", |
105 | 105 | "tempest/support": "self.version", |
| 106 | + "tempest/upgrade": "self.version", |
106 | 107 | "tempest/validation": "self.version", |
107 | 108 | "tempest/view": "self.version", |
108 | 109 | "tempest/vite": "self.version" |
|
143 | 144 | "Tempest\\Router\\": "packages/router/src", |
144 | 145 | "Tempest\\Storage\\": "packages/storage/src", |
145 | 146 | "Tempest\\Support\\": "packages/support/src", |
| 147 | + "Tempest\\Upgrade\\": "packages/upgrade/src", |
146 | 148 | "Tempest\\Validation\\": "packages/validation/src", |
147 | 149 | "Tempest\\View\\": "packages/view/src", |
148 | 150 | "Tempest\\Vite\\": "packages/vite/src" |
|
208 | 210 | "Tempest\\Router\\Tests\\": "packages/router/tests", |
209 | 211 | "Tempest\\Storage\\Tests\\": "packages/storage/tests", |
210 | 212 | "Tempest\\Support\\Tests\\": "packages/support/tests", |
| 213 | + "Tempest\\Upgrade\\Tests\\": "packages/upgrade/tests", |
211 | 214 | "Tempest\\Validation\\Tests\\": "packages/validation/tests", |
212 | 215 | "Tempest\\View\\Tests\\": "packages/view/tests", |
213 | 216 | "Tempest\\Vite\\Tests\\": "packages/vite/tests", |
|
0 commit comments