|
30 | 30 | "class": "Mtwango\\Wordpress\\Plugin" |
31 | 31 | }, |
32 | 32 | "require": { |
33 | | - "php": "^7.4 || ^8.0", |
| 33 | + "php": "^8.2", |
34 | 34 | "composer-plugin-api": "^2.3", |
35 | | - "composer/installers": "^2.2", |
36 | | - "cweagans/composer-patches": "^1.7" |
| 35 | + "composer/installers": "2.3", |
| 36 | + "cweagans/composer-patches": "^2.0" |
37 | 37 | }, |
38 | 38 | "require-dev": { |
39 | | - "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
40 | 39 | "drupal/coder": "^8.3", |
41 | 40 | "phpcompatibility/php-compatibility": "dev-develop", |
42 | | - "phpmd/phpmd": "^2.13", |
43 | | - "phpstan/phpstan": "^1.10", |
44 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
45 | | - "phpstan/phpstan-strict-rules": "^1.5", |
46 | | - "vimeo/psalm": "^5.13" |
| 41 | + "phpmd/phpmd": "^2.15", |
| 42 | + "phpstan/phpstan": "^2.1", |
| 43 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 44 | + "phpstan/phpstan-strict-rules": "^2.0", |
| 45 | + "vimeo/psalm": "^6.15" |
47 | 46 | }, |
48 | 47 | "conflict": { |
49 | | - "johnpbloch/wordpress-core": "<6.2" |
| 48 | + "johnpbloch/wordpress-core": "<6.8" |
50 | 49 | }, |
51 | 50 | "minimum-stability": "dev", |
52 | 51 | "prefer-stable": true, |
53 | 52 | "config": { |
| 53 | + "sort-packages": true, |
54 | 54 | "allow-plugins": { |
55 | 55 | "composer/installers": true, |
56 | 56 | "cweagans/composer-patches": true, |
|
0 commit comments