Skip to content

Commit 748b726

Browse files
committed
fix(composer): normalize
1 parent 99a2b35 commit 748b726

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

plugin-name/composer.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@
1414
"require": {
1515
"php": ">=7.4",
1616
"ayecode/wp-super-duper": "2.0.2",
17-
"cmb2/cmb2": "2.9.*",
17+
"cmb2/cmb2": "~2.9.0",
1818
"composer/installers": "1.x",
1919
"decodelabs/tagged": "^0.11.9",
20-
"freemius/wordpress-sdk": "2.6.*",
20+
"freemius/wordpress-sdk": "~2.6.0",
2121
"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",
2424
"julien731/wp-review-me": "dev-develop",
2525
"micropackage/requirements": "^1.0",
2626
"origgami/cmb2-grid": "dev-master",
2727
"seravo/wp-custom-bulk-actions": "dev-master",
2828
"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",
3232
"wpbp/i18n-notice": "dev-main",
3333
"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",
3737
"wpdesk/wp-notice": "^3.2",
3838
"yahnis-elsts/plugin-update-checker": "^4.9"
3939
},
4040
"require-dev": {
4141
"codeatcode/codeatcs": "^1.0",
42-
"codeception/codeception": "4.2.*",
42+
"codeception/codeception": "~4.2.0",
4343
"codeception/module-asserts": "^1.0",
4444
"codeception/module-cli": "^1.0",
4545
"codeception/module-db": "^1.0",
@@ -50,7 +50,7 @@
5050
"codeception/util-universalframework": "^1.0",
5151
"dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
5252
"ergebnis/composer-normalize": "^2.6",
53-
"lucatume/function-mocker": "~1.0",
53+
"lucatume/function-mocker": "^1.0",
5454
"lucatume/wp-browser": "^3.1",
5555
"phpro/grumphp": "^1.13",
5656
"phpunit/phpunit": "^9.2",
@@ -66,14 +66,14 @@
6666
"prefer-stable": true,
6767
"autoload": {
6868
"psr-4": {
69-
"Plugin_Name\\Backend\\": "backend/",
70-
"Plugin_Name\\Frontend\\": "frontend/",
71-
"Plugin_Name\\Rest\\": "rest/",
7269
"Plugin_Name\\Ajax\\": "ajax/",
73-
"Plugin_Name\\Internals\\": "internals/",
70+
"Plugin_Name\\Backend\\": "backend/",
7471
"Plugin_Name\\Cli\\": "cli/",
72+
"Plugin_Name\\Engine\\": "engine/",
73+
"Plugin_Name\\Frontend\\": "frontend/",
7574
"Plugin_Name\\Integrations\\": "integrations/",
76-
"Plugin_Name\\Engine\\": "engine/"
75+
"Plugin_Name\\Internals\\": "internals/",
76+
"Plugin_Name\\Rest\\": "rest/"
7777
},
7878
"files": [
7979
"vendor/wp-custom-bulk-actions/custom-bulk-actions.php"

0 commit comments

Comments
 (0)