| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "wedevs/wp-utils", |
| 5 |
"version": "dev-main", |
| 6 |
"version_normalized": "dev-main", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/weDevsOfficial/wp-utils.git", |
| 10 |
"reference": "e5d072e9ed80b8af8fcd3cb0ca7a8a749568fa5f" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/weDevsOfficial/wp-utils/zipball/e5d072e9ed80b8af8fcd3cb0ca7a8a749568fa5f", |
| 15 |
"reference": "e5d072e9ed80b8af8fcd3cb0ca7a8a749568fa5f", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require-dev": { |
| 19 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.7", |
| 20 |
"phpcompatibility/php-compatibility": "9.*", |
| 21 |
"phpcompatibility/phpcompatibility-wp": "*", |
| 22 |
"tareq1988/wp-php-cs-fixer": "dev-master", |
| 23 |
"wp-coding-standards/wpcs": "dev-master" |
| 24 |
}, |
| 25 |
"time": "2023-06-06T13:37:32+00:00", |
| 26 |
"default-branch": true, |
| 27 |
"type": "library", |
| 28 |
"installation-source": "dist", |
| 29 |
"autoload": { |
| 30 |
"psr-4": { |
| 31 |
"WeDevs\\WpUtils\\": "src/" |
| 32 |
} |
| 33 |
}, |
| 34 |
"notification-url": "https://packagist.org/downloads/", |
| 35 |
"license": [ |
| 36 |
"GPL-3.0-or-later" |
| 37 |
], |
| 38 |
"authors": [ |
| 39 |
{ |
| 40 |
"name": "Tareq Hasan", |
| 41 |
"email": "tareq@wedevs.com" |
| 42 |
} |
| 43 |
], |
| 44 |
"description": "Various WordPress classes and traits for WordPress", |
| 45 |
"homepage": "https://wedevs.com/", |
| 46 |
"keywords": [ |
| 47 |
"classes", |
| 48 |
"traits", |
| 49 |
"utils", |
| 50 |
"wordpress" |
| 51 |
], |
| 52 |
"support": { |
| 53 |
"issues": "https://github.com/weDevsOfficial/wp-utils/issues", |
| 54 |
"source": "https://github.com/weDevsOfficial/wp-utils/tree/main" |
| 55 |
}, |
| 56 |
"install-path": "../wedevs/wp-utils" |
| 57 |
} |
| 58 |
], |
| 59 |
"dev": false, |
| 60 |
"dev-package-names": [] |
| 61 |
} |
| 62 |
|