| @@ -1,5 +1,209 @@ | ||
| 1 | 1 | { |
| 2 | - "packages": [], | |
| 2 | + "packages": [ | |
| 3 | + { | |
| 4 | + "name": "codesvault/howdy-qb", | |
| 5 | + "version": "2.2.2", | |
| 6 | + "version_normalized": "2.2.2.0", | |
| 7 | + "source": { | |
| 8 | + "type": "git", | |
| 9 | + "url": "https://github.com/CodesVault/howdy_qb.git", | |
| 10 | + "reference": "676efa5798e22b002c351930e94db4177e8d6c9d" | |
| 11 | + }, | |
| 12 | + "dist": { | |
| 13 | + "type": "zip", | |
| 14 | + "url": "https://api.github.com/repos/CodesVault/howdy_qb/zipball/676efa5798e22b002c351930e94db4177e8d6c9d", | |
| 15 | + "reference": "676efa5798e22b002c351930e94db4177e8d6c9d", | |
| 16 | + "shasum": "" | |
| 17 | + }, | |
| 18 | + "require": { | |
| 19 | + "php": ">=7.4" | |
| 20 | + }, | |
| 21 | + "require-dev": { | |
| 22 | + "pestphp/pest": "^1.23", | |
| 23 | + "phpcompatibility/php-compatibility": "^9.3", | |
| 24 | + "phpunit/phpunit": "^9.5", | |
| 25 | + "squizlabs/php_codesniffer": "^3.7", | |
| 26 | + "symfony/var-dumper": "^5.4", | |
| 27 | + "vlucas/phpdotenv": "^5.6", | |
| 28 | + "wp-coding-standards/wpcs": "^2.3", | |
| 29 | + "wp-phpunit/wp-phpunit": "^6.8" | |
| 30 | + }, | |
| 31 | + "time": "2026-03-18T19:05:55+00:00", | |
| 32 | + "type": "library", | |
| 33 | + "installation-source": "dist", | |
| 34 | + "autoload": { | |
| 35 | + "psr-4": { | |
| 36 | + "CodesVault\\Howdyqb\\": "src/" | |
| 37 | + } | |
| 38 | + }, | |
| 39 | + "notification-url": "https://packagist.org/downloads/", | |
| 40 | + "license": [ | |
| 41 | + "MIT" | |
| 42 | + ], | |
| 43 | + "authors": [ | |
| 44 | + { | |
| 45 | + "name": "CodesVault", | |
| 46 | + "email": "codesvault@gmail.com" | |
| 47 | + }, | |
| 48 | + { | |
| 49 | + "name": "Keramot UL Islam", | |
| 50 | + "email": "keramotul.islam@gmail.com" | |
| 51 | + } | |
| 52 | + ], | |
| 53 | + "description": "Mysql Query Builder for WordPress", | |
| 54 | + "keywords": [ | |
| 55 | + "builder", | |
| 56 | + "database", | |
| 57 | + "mysql", | |
| 58 | + "mysqli", | |
| 59 | + "pdo", | |
| 60 | + "query", | |
| 61 | + "query builder", | |
| 62 | + "wordpress", | |
| 63 | + "wp" | |
| 64 | + ], | |
| 65 | + "support": { | |
| 66 | + "issues": "https://github.com/CodesVault/howdy_qb/issues", | |
| 67 | + "source": "https://github.com/CodesVault/howdy_qb/tree/2.2.2" | |
| 68 | + }, | |
| 69 | + "funding": [ | |
| 70 | + { | |
| 71 | + "url": "https://wise.com/pay/me/keramot-ul-i?utm_source=quick_pay", | |
| 72 | + "type": "custom" | |
| 73 | + } | |
| 74 | + ], | |
| 75 | + "install-path": "../codesvault/howdy-qb" | |
| 76 | + }, | |
| 77 | + { | |
| 78 | + "name": "matthiasmullie/minify", | |
| 79 | + "version": "1.3.75", | |
| 80 | + "version_normalized": "1.3.75.0", | |
| 81 | + "source": { | |
| 82 | + "type": "git", | |
| 83 | + "url": "https://github.com/matthiasmullie/minify.git", | |
| 84 | + "reference": "76ba4a5f555fd7bf4aa408af608e991569076671" | |
| 85 | + }, | |
| 86 | + "dist": { | |
| 87 | + "type": "zip", | |
| 88 | + "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/76ba4a5f555fd7bf4aa408af608e991569076671", | |
| 89 | + "reference": "76ba4a5f555fd7bf4aa408af608e991569076671", | |
| 90 | + "shasum": "" | |
| 91 | + }, | |
| 92 | + "require": { | |
| 93 | + "ext-pcre": "*", | |
| 94 | + "matthiasmullie/path-converter": "~1.1", | |
| 95 | + "php": ">=5.3.0" | |
| 96 | + }, | |
| 97 | + "require-dev": { | |
| 98 | + "friendsofphp/php-cs-fixer": ">=2.0", | |
| 99 | + "matthiasmullie/scrapbook": ">=1.3", | |
| 100 | + "phpunit/phpunit": ">=4.8" | |
| 101 | + }, | |
| 102 | + "suggest": { | |
| 103 | + "psr/cache-implementation": "Cache implementation to use with Minify::cache" | |
| 104 | + }, | |
| 105 | + "time": "2025-06-25T09:56:19+00:00", | |
| 106 | + "bin": [ | |
| 107 | + "bin/minifycss", | |
| 108 | + "bin/minifyjs" | |
| 109 | + ], | |
| 110 | + "type": "library", | |
| 111 | + "installation-source": "dist", | |
| 112 | + "autoload": { | |
| 113 | + "psr-4": { | |
| 114 | + "MatthiasMullie\\Minify\\": "src/" | |
| 115 | + } | |
| 116 | + }, | |
| 117 | + "notification-url": "https://packagist.org/downloads/", | |
| 118 | + "license": [ | |
| 119 | + "MIT" | |
| 120 | + ], | |
| 121 | + "authors": [ | |
| 122 | + { | |
| 123 | + "name": "Matthias Mullie", | |
| 124 | + "email": "minify@mullie.eu", | |
| 125 | + "homepage": "https://www.mullie.eu", | |
| 126 | + "role": "Developer" | |
| 127 | + } | |
| 128 | + ], | |
| 129 | + "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", | |
| 130 | + "homepage": "https://github.com/matthiasmullie/minify", | |
| 131 | + "keywords": [ | |
| 132 | + "JS", | |
| 133 | + "css", | |
| 134 | + "javascript", | |
| 135 | + "minifier", | |
| 136 | + "minify" | |
| 137 | + ], | |
| 138 | + "support": { | |
| 139 | + "issues": "https://github.com/matthiasmullie/minify/issues", | |
| 140 | + "source": "https://github.com/matthiasmullie/minify/tree/1.3.75" | |
| 141 | + }, | |
| 142 | + "funding": [ | |
| 143 | + { | |
| 144 | + "url": "https://github.com/matthiasmullie", | |
| 145 | + "type": "github" | |
| 146 | + } | |
| 147 | + ], | |
| 148 | + "install-path": "../matthiasmullie/minify" | |
| 149 | + }, | |
| 150 | + { | |
| 151 | + "name": "matthiasmullie/path-converter", | |
| 152 | + "version": "1.1.3", | |
| 153 | + "version_normalized": "1.1.3.0", | |
| 154 | + "source": { | |
| 155 | + "type": "git", | |
| 156 | + "url": "https://github.com/matthiasmullie/path-converter.git", | |
| 157 | + "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9" | |
| 158 | + }, | |
| 159 | + "dist": { | |
| 160 | + "type": "zip", | |
| 161 | + "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9", | |
| 162 | + "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9", | |
| 163 | + "shasum": "" | |
| 164 | + }, | |
| 165 | + "require": { | |
| 166 | + "ext-pcre": "*", | |
| 167 | + "php": ">=5.3.0" | |
| 168 | + }, | |
| 169 | + "require-dev": { | |
| 170 | + "phpunit/phpunit": "~4.8" | |
| 171 | + }, | |
| 172 | + "time": "2019-02-05T23:41:09+00:00", | |
| 173 | + "type": "library", | |
| 174 | + "installation-source": "dist", | |
| 175 | + "autoload": { | |
| 176 | + "psr-4": { | |
| 177 | + "MatthiasMullie\\PathConverter\\": "src/" | |
| 178 | + } | |
| 179 | + }, | |
| 180 | + "notification-url": "https://packagist.org/downloads/", | |
| 181 | + "license": [ | |
| 182 | + "MIT" | |
| 183 | + ], | |
| 184 | + "authors": [ | |
| 185 | + { | |
| 186 | + "name": "Matthias Mullie", | |
| 187 | + "email": "pathconverter@mullie.eu", | |
| 188 | + "homepage": "http://www.mullie.eu", | |
| 189 | + "role": "Developer" | |
| 190 | + } | |
| 191 | + ], | |
| 192 | + "description": "Relative path converter", | |
| 193 | + "homepage": "http://github.com/matthiasmullie/path-converter", | |
| 194 | + "keywords": [ | |
| 195 | + "converter", | |
| 196 | + "path", | |
| 197 | + "paths", | |
| 198 | + "relative" | |
| 199 | + ], | |
| 200 | + "support": { | |
| 201 | + "issues": "https://github.com/matthiasmullie/path-converter/issues", | |
| 202 | + "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3" | |
| 203 | + }, | |
| 204 | + "install-path": "../matthiasmullie/path-converter" | |
| 205 | + } | |
| 206 | + ], | |
| 3 | 207 | "dev": true, |
| 4 | 208 | "dev-package-names": [] |
| 5 | 209 | } |