|
14 | 14 | "require": {
|
15 | 15 | "php": ">=7.4",
|
16 | 16 | "ayecode/wp-super-duper": "2.0.2",
|
17 |
| - "cmb2/cmb2": "2.9.*", |
| 17 | + "cmb2/cmb2": "~2.9.0", |
18 | 18 | "composer/installers": "1.x",
|
19 | 19 | "decodelabs/tagged": "^0.11.9",
|
20 |
| - "freemius/wordpress-sdk": "2.6.*", |
| 20 | + "freemius/wordpress-sdk": "~2.6.0", |
21 | 21 | "inpsyde/assets": "^2.8",
|
22 |
| - "inpsyde/wp-context": "1.3.*", |
23 |
| - "johnbillion/extended-cpts": "4.5.*", |
| 22 | + "inpsyde/wp-context": "~1.3.0", |
| 23 | + "johnbillion/extended-cpts": "~4.5.0", |
24 | 24 | "julien731/wp-review-me": "dev-develop",
|
25 | 25 | "micropackage/requirements": "^1.0",
|
26 | 26 | "origgami/cmb2-grid": "dev-master",
|
27 | 27 | "seravo/wp-custom-bulk-actions": "dev-master",
|
28 | 28 | "stevegrunwell/wp-cache-remember": "dev-master",
|
29 |
| - "wpbp/cpt_columns": "1.0.*", |
30 |
| - "wpbp/cronplus": "1.0.*", |
31 |
| - "wpbp/debug": "1.1.*", |
| 29 | + "wpbp/cpt_columns": "~1.0.0", |
| 30 | + "wpbp/cronplus": "~1.0.0", |
| 31 | + "wpbp/debug": "~1.1.0", |
32 | 32 | "wpbp/i18n-notice": "dev-main",
|
33 | 33 | "wpbp/page-madness-detector": "^1.0",
|
34 |
| - "wpbp/pointerplus": "1.0.*", |
35 |
| - "wpbp/template": "1.0.*", |
36 |
| - "wpbp/widgets-helper": "1.0.*", |
| 34 | + "wpbp/pointerplus": "~1.0.0", |
| 35 | + "wpbp/template": "~1.0.0", |
| 36 | + "wpbp/widgets-helper": "~1.0.0", |
37 | 37 | "wpdesk/wp-notice": "^3.2",
|
38 | 38 | "yahnis-elsts/plugin-update-checker": "^4.9"
|
39 | 39 | },
|
40 | 40 | "require-dev": {
|
41 | 41 | "codeatcode/codeatcs": "^1.0",
|
42 |
| - "codeception/codeception": "4.2.*", |
| 42 | + "codeception/codeception": "~4.2.0", |
43 | 43 | "codeception/module-asserts": "^1.0",
|
44 | 44 | "codeception/module-cli": "^1.0",
|
45 | 45 | "codeception/module-db": "^1.0",
|
|
50 | 50 | "codeception/util-universalframework": "^1.0",
|
51 | 51 | "dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
|
52 | 52 | "ergebnis/composer-normalize": "^2.6",
|
53 |
| - "lucatume/function-mocker": "~1.0", |
| 53 | + "lucatume/function-mocker": "^1.0", |
54 | 54 | "lucatume/wp-browser": "^3.1",
|
55 | 55 | "phpro/grumphp": "^1.13",
|
56 | 56 | "phpunit/phpunit": "^9.2",
|
|
66 | 66 | "prefer-stable": true,
|
67 | 67 | "autoload": {
|
68 | 68 | "psr-4": {
|
69 |
| - "Plugin_Name\\Backend\\": "backend/", |
70 |
| - "Plugin_Name\\Frontend\\": "frontend/", |
71 |
| - "Plugin_Name\\Rest\\": "rest/", |
72 | 69 | "Plugin_Name\\Ajax\\": "ajax/",
|
73 |
| - "Plugin_Name\\Internals\\": "internals/", |
| 70 | + "Plugin_Name\\Backend\\": "backend/", |
74 | 71 | "Plugin_Name\\Cli\\": "cli/",
|
| 72 | + "Plugin_Name\\Engine\\": "engine/", |
| 73 | + "Plugin_Name\\Frontend\\": "frontend/", |
75 | 74 | "Plugin_Name\\Integrations\\": "integrations/",
|
76 |
| - "Plugin_Name\\Engine\\": "engine/" |
| 75 | + "Plugin_Name\\Internals\\": "internals/", |
| 76 | + "Plugin_Name\\Rest\\": "rest/" |
77 | 77 | },
|
78 | 78 | "files": [
|
79 | 79 | "vendor/wp-custom-bulk-actions/custom-bulk-actions.php"
|
|
0 commit comments