|
18 | 18 | "alleyinteractive/wp-filter-side-effects": "^1.0 || ^2.0", |
19 | 19 | "doctrine/inflector": "^2.0.8", |
20 | 20 | "dragonmantank/cron-expression": "^3.3.3", |
21 | | - "fakerphp/faker": "^1.23", |
22 | | - "illuminate/view": "^11.38", |
| 21 | + "fakerphp/faker": "^1.24", |
23 | 22 | "laravel/serializable-closure": "^1.3.1", |
24 | 23 | "league/commonmark": "^2.6.0", |
25 | | - "league/flysystem": "^3.15", |
| 24 | + "league/flysystem": "^3.29", |
26 | 25 | "monolog/monolog": "^2.9.1", |
27 | 26 | "nesbot/carbon": "^3.8.4", |
28 | 27 | "nette/php-generator": "^4.1", |
29 | | - "nunomaduro/collision": "^6.0 || ^7.0", |
30 | | - "nunomaduro/termwind": "^1.15.1", |
| 28 | + "nunomaduro/collision": "^6.0 || ^7.0 || ^8.0", |
| 29 | + "nunomaduro/termwind": "^1.15.1 || ^2.0", |
31 | 30 | "psr/container": "^1.1.1 || ^2.0.2", |
32 | 31 | "psr/log": "^1.0.1 || ^2.0 || ^3.0", |
33 | 32 | "psr/simple-cache": "^3.0", |
34 | 33 | "ramsey/uuid": "^4.7.4", |
35 | 34 | "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1", |
36 | | - "symfony/console": "^6.2 || ^7.0", |
37 | | - "symfony/css-selector": "^6.2 || ^7.0", |
38 | | - "symfony/finder": "^7.0", |
| 35 | + "symfony/console": "^7.2", |
| 36 | + "symfony/css-selector": "^7.2.0", |
| 37 | + "symfony/finder": "^7.2.0", |
39 | 38 | "symfony/http-foundation": "^7.2.0", |
40 | | - "symfony/http-kernel": "^7.0", |
41 | | - "symfony/mime": "^7.0", |
42 | | - "symfony/routing": "^7.0", |
43 | | - "symfony/string": "^7.0", |
44 | | - "symfony/var-dumper": "^7.0", |
45 | | - "vlucas/phpdotenv": "^5.5", |
| 39 | + "symfony/http-kernel": "^7.2.0", |
| 40 | + "symfony/mime": "^7.2.0", |
| 41 | + "symfony/routing": "^7.2.0", |
| 42 | + "symfony/string": "^7.2.0", |
| 43 | + "symfony/var-dumper": "^7.2.0", |
| 44 | + "symfony/yaml": "^7.2.0", |
| 45 | + "vlucas/phpdotenv": "^5.6.1", |
46 | 46 | "voku/portable-ascii": "^2.0.1" |
47 | 47 | }, |
48 | 48 | "require-dev": { |
49 | 49 | "alleyinteractive/alley-coding-standards": "^2.0", |
50 | 50 | "alleyinteractive/wp-match-blocks": "^1.0 || ^2.0 || ^3.0", |
51 | 51 | "guzzlehttp/guzzle": "^7.7", |
52 | | - "league/flysystem-aws-s3-v3": "^3.15", |
| 52 | + "illuminate/view": "^11.38", |
| 53 | + "league/flysystem-aws-s3-v3": "^3.29", |
53 | 54 | "mockery/mockery": "^1.6.12", |
54 | 55 | "php-stubs/wp-cli-stubs": "^2.11", |
55 | 56 | "phpstan/extension-installer": "^1.4", |
|
74 | 75 | "mantle-framework/facade": "self.version", |
75 | 76 | "mantle-framework/faker": "self.version", |
76 | 77 | "mantle-framework/filesystem": "self.version", |
| 78 | + "mantle-framework/framework": "self.version", |
77 | 79 | "mantle-framework/http": "self.version", |
78 | 80 | "mantle-framework/http-client": "self.version", |
79 | 81 | "mantle-framework/log": "self.version", |
|
140 | 142 | "@phpcbf" |
141 | 143 | ], |
142 | 144 | "merge": "monorepo-builder merge", |
| 145 | + "monorepo-validate": "monorepo-builder validate", |
143 | 146 | "phpcbf": "phpcbf --standard=./phpcs.xml .", |
144 | | - "phpcs": "phpcs --standard=./phpcs.xml .", |
145 | 147 | "phpcs-modified": "./bin/phpcs-modified-files.sh", |
| 148 | + "phpcs": "phpcs --standard=./phpcs.xml .", |
146 | 149 | "phpstan": "phpstan --memory-limit=1536M", |
147 | | - "phpunit": "phpunit", |
148 | 150 | "phpunit:multisite": "WP_MULTISITE=1 phpunit", |
149 | | - "rector": "rector process --dry-run", |
| 151 | + "phpunit": "phpunit", |
150 | 152 | "rector:fix": "rector process", |
151 | | - "release": "monorepo-builder release --ansi", |
| 153 | + "rector": "rector process --dry-run", |
152 | 154 | "release:patch": "monorepo-builder release patch --ansi", |
| 155 | + "release": "monorepo-builder release --ansi", |
153 | 156 | "test": [ |
154 | 157 | "@phpcs", |
155 | 158 | "@phpstan", |
|
158 | 161 | ] |
159 | 162 | }, |
160 | 163 | "suggest": { |
161 | | - "brianium/paratest": "Run PHPUnit tests in parallel" |
| 164 | + "brianium/paratest": "Run PHPUnit tests in parallel", |
| 165 | + "illuminate/view": "For Blade templating" |
162 | 166 | } |
163 | 167 | } |
0 commit comments