|
34 | 34 | "prefer-stable": true, |
35 | 35 | "require-dev": { |
36 | 36 | "automattic/vipwpcs": "^3.0", |
| 37 | + "axepress/wp-graphql-stubs": "^2.3", |
37 | 38 | "codeception/lib-innerbrowser": "^4.0", |
38 | 39 | "codeception/module-asserts": "^3.0", |
39 | 40 | "codeception/module-cli": "^2.0", |
|
45 | 46 | "codeception/util-universalframework": "^1.0", |
46 | 47 | "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
47 | 48 | "humanmade/psalm-plugin-wordpress": "^3.1", |
48 | | - "johnpbloch/wordpress-core": "^6.8", |
| 49 | + "johnpbloch/wordpress-core": "^6.9", |
49 | 50 | "lucatume/wp-browser": "^4.0", |
50 | 51 | "mockery/mockery": "^1.5", |
51 | | - "php-stubs/wordpress-stubs": "^6.8", |
52 | | - "phpcompatibility/php-compatibility": "dev-develop as 9.99.99", |
| 52 | + "php-stubs/wordpress-stubs": "~6.8.0", |
| 53 | + "phpcompatibility/php-compatibility": "^9.3", |
53 | 54 | "phpcompatibility/phpcompatibility-wp": "^2.0", |
54 | 55 | "phpstan/phpstan-strict-rules": "^2.0", |
55 | 56 | "slevomat/coding-standard": "^8.0", |
56 | 57 | "szepeviktor/phpstan-wordpress": "^2.0", |
| 58 | + "vimeo/psalm": "^6.0", |
57 | 59 | "wp-cli/wp-cli-bundle": "^2.8.1" |
58 | 60 | }, |
59 | 61 | "config": { |
|
63 | 65 | }, |
64 | 66 | "optimize-autoloader": true, |
65 | 67 | "platform": { |
66 | | - "php": "8.1.2" |
| 68 | + "php": "8.1.31" |
67 | 69 | }, |
68 | 70 | "preferred-install": "dist", |
69 | 71 | "sort-packages": true |
|
0 commit comments