|
25 | 25 | "preferred-install": "dist", |
26 | 26 | "vendor-dir": "plugins/vendor", |
27 | 27 | "platform": { |
28 | | - "php": "8.2" |
| 28 | + "php": "8.3" |
29 | 29 | }, |
30 | 30 | "allow-plugins": { |
31 | 31 | "composer/installers": true, |
|
35 | 35 | } |
36 | 36 | }, |
37 | 37 | "require": { |
38 | | - "php": ">=8.2", |
| 38 | + "php": ">=8.3", |
39 | 39 | "automattic/wpcom-legacy-redirector": "dev-develop", |
40 | 40 | "composer/installers": "^1|^2.2", |
41 | 41 | "cweagans/composer-patches": "^1.7", |
42 | 42 | "xwp/example-theme": "@dev", |
43 | 43 | "wpackagist-plugin/action-scheduler": "^3.9", |
44 | | - "wpackagist-plugin/safe-svg": "^2.3", |
| 44 | + "wpackagist-plugin/safe-svg": "^2.4", |
45 | 45 | "wpackagist-plugin/wp-crontrol": "^1.19", |
46 | | - "wpackagist-theme/twentytwentyfive": "^1.3" |
| 46 | + "wpackagist-theme/twentytwentyfive": "^1.4" |
47 | 47 | }, |
48 | 48 | "require-dev": { |
49 | 49 | "automattic/vip-go-mu-plugins": "dev-master", |
50 | 50 | "automattic/vipwpcs": "^3.0", |
51 | | - "dealerdirect/phpcodesniffer-composer-installer": "^1.1", |
52 | | - "php-stubs/wordpress-stubs": "^6.8", |
| 51 | + "dealerdirect/phpcodesniffer-composer-installer": "^1.2", |
| 52 | + "php-stubs/wordpress-stubs": "^6.9", |
53 | 53 | "php-stubs/wp-cli-stubs": "^2.12", |
54 | 54 | "phpcompatibility/php-compatibility": "^9.3", |
55 | 55 | "phpcompatibility/phpcompatibility-wp": "^2.1", |
56 | 56 | "phpunit/phpunit": "^9.6", |
57 | | - "roots/wordpress": "^6.8", |
| 57 | + "roots/wordpress": "^6.9", |
58 | 58 | "szepeviktor/phpstan-wordpress": "^1.3", |
59 | 59 | "wp-cli/php-cli-tools": "^0.11", |
60 | | - "wp-phpunit/wp-phpunit": "^6.8", |
| 60 | + "wp-phpunit/wp-phpunit": "^6.9", |
61 | 61 | "xwp/wait-for": "^0.0.2", |
62 | 62 | "yoast/phpunit-polyfills": "^2.0" |
63 | 63 | }, |
|
0 commit comments