|
13 | 13 | "ext-readline": "*", |
14 | 14 | "ext-simplexml": "*", |
15 | 15 | "filp/whoops": "^2.15", |
16 | | - "giggsey/libphonenumber-for-php": "^8.13.40", |
| 16 | + "giggsey/libphonenumber-for-php-lite": "^9.0", |
17 | 17 | "guzzlehttp/guzzle": "^7.8", |
18 | 18 | "laminas/laminas-diactoros": "^3.3", |
| 19 | + "league/flysystem": "^3.29.1", |
19 | 20 | "monolog/monolog": "^3.7.0", |
20 | 21 | "nette/php-generator": "^4.1.6", |
21 | 22 | "nikic/php-parser": "^5.3", |
|
33 | 34 | "symfony/uid": "^7.1", |
34 | 35 | "symfony/var-dumper": "^7.1", |
35 | 36 | "symfony/var-exporter": "^7.1", |
36 | | - "tempest/highlight": "^2.11.2", |
| 37 | + "tempest/highlight": "^2.11.4", |
37 | 38 | "vlucas/phpdotenv": "^5.6", |
38 | 39 | "voku/portable-ascii": "^2.0.3" |
39 | 40 | }, |
|
42 | 43 | "carthage-software/mago": "0.22.2", |
43 | 44 | "guzzlehttp/psr7": "^2.6.1", |
44 | 45 | "illuminate/view": "~11.7.0", |
| 46 | + "league/flysystem-aws-s3-v3": "^3.0", |
| 47 | + "league/flysystem-azure-blob-storage": "^3.0", |
| 48 | + "league/flysystem-ftp": "^3.0", |
| 49 | + "league/flysystem-google-cloud-storage": "^3.0", |
| 50 | + "league/flysystem-memory": "^3.0", |
| 51 | + "league/flysystem-read-only": "^3.0", |
| 52 | + "league/flysystem-sftp-v3": "^3.0", |
| 53 | + "league/flysystem-ziparchive": "^3.0", |
45 | 54 | "masterminds/html5": "^2.9", |
46 | 55 | "mikey179/vfsstream": "^2.0@dev", |
47 | 56 | "nesbot/carbon": "^3.8", |
48 | 57 | "nyholm/psr7": "^1.8", |
49 | 58 | "phpat/phpat": "^0.11.0", |
50 | 59 | "phpbench/phpbench": "84.x-dev", |
51 | 60 | "phpstan/phpstan": "^2.0", |
52 | | - "phpunit/phpunit": "^11.3.5", |
| 61 | + "phpunit/phpunit": "^11.5.17", |
53 | 62 | "rector/rector": "^2.0-rc2", |
54 | | - "spatie/phpunit-snapshot-assertions": "^5.1.6", |
| 63 | + "spatie/phpunit-snapshot-assertions": "^5.1.8", |
55 | 64 | "spaze/phpstan-disallowed-calls": "^4.0", |
56 | 65 | "symplify/monorepo-builder": "^11.2", |
57 | 66 | "tempest/blade": "^0.1.0", |
|
77 | 86 | "tempest/mapper": "self.version", |
78 | 87 | "tempest/reflection": "self.version", |
79 | 88 | "tempest/router": "self.version", |
| 89 | + "tempest/storage": "self.version", |
80 | 90 | "tempest/support": "self.version", |
81 | 91 | "tempest/validation": "self.version", |
82 | 92 | "tempest/view": "self.version", |
|
110 | 120 | "Tempest\\Mapper\\": "src/Tempest/Mapper/src", |
111 | 121 | "Tempest\\Reflection\\": "src/Tempest/Reflection/src", |
112 | 122 | "Tempest\\Router\\": "src/Tempest/Router/src", |
| 123 | + "Tempest\\Storage\\": "src/Tempest/Storage/src", |
113 | 124 | "Tempest\\Support\\": "src/Tempest/Support/src", |
114 | 125 | "Tempest\\Validation\\": "src/Tempest/Validation/src", |
115 | 126 | "Tempest\\View\\": "src/Tempest/View/src", |
|
161 | 172 | "Tempest\\Mapper\\Tests\\": "src/Tempest/Mapper/tests", |
162 | 173 | "Tempest\\Reflection\\Tests\\": "src/Tempest/Reflection/tests", |
163 | 174 | "Tempest\\Router\\Tests\\": "src/Tempest/Router/tests", |
| 175 | + "Tempest\\Storage\\Tests\\": "src/Tempest/Storage/tests", |
164 | 176 | "Tempest\\Support\\Tests\\": "src/Tempest/Support/tests", |
165 | 177 | "Tempest\\Validation\\Tests\\": "src/Tempest/Validation/tests", |
166 | 178 | "Tempest\\View\\Tests\\": "src/Tempest/View/tests", |
|
0 commit comments