| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "inpsyde/assets", |
| 5 |
"version": "2.8.3", |
| 6 |
"version_normalized": "2.8.3.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/inpsyde/assets.git", |
| 10 |
"reference": "f198d7d8b726132851413a6a9b4918e02c077a4b" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/inpsyde/assets/zipball/f198d7d8b726132851413a6a9b4918e02c077a4b", |
| 15 |
"reference": "f198d7d8b726132851413a6a9b4918e02c077a4b", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"ext-dom": "*", |
| 20 |
"ext-json": "*", |
| 21 |
"inpsyde/wp-context": "^1.3", |
| 22 |
"php": ">=7.2" |
| 23 |
}, |
| 24 |
"require-dev": { |
| 25 |
"brain/monkey": "^2.5.0", |
| 26 |
"inpsyde/php-coding-standards": "^1", |
| 27 |
"johnpbloch/wordpress-core": ">=6.0", |
| 28 |
"mikey179/vfsstream": "^1.6.8", |
| 29 |
"php-stubs/wordpress-stubs": ">=6.0@stable", |
| 30 |
"phpunit/phpunit": "^8.5.14 || ^9.0", |
| 31 |
"vimeo/psalm": "@stable" |
| 32 |
}, |
| 33 |
"time": "2022-12-16T13:23:02+00:00", |
| 34 |
"type": "library", |
| 35 |
"extra": { |
| 36 |
"wordpress-install-dir": "vendor/wordpress/wordpress" |
| 37 |
}, |
| 38 |
"installation-source": "dist", |
| 39 |
"autoload": { |
| 40 |
"files": [ |
| 41 |
"inc/functions.php", |
| 42 |
"inc/bootstrap.php" |
| 43 |
], |
| 44 |
"psr-4": { |
| 45 |
"Inpsyde\\Assets\\": "src/" |
| 46 |
} |
| 47 |
}, |
| 48 |
"notification-url": "https://packagist.org/downloads/", |
| 49 |
"license": [ |
| 50 |
"GPL-2.0-or-later" |
| 51 |
], |
| 52 |
"authors": [ |
| 53 |
{ |
| 54 |
"name": "Inpsyde", |
| 55 |
"email": "hello@inpsyde.com", |
| 56 |
"homepage": "https://inpsyde.com", |
| 57 |
"role": "Company" |
| 58 |
}, |
| 59 |
{ |
| 60 |
"name": "Christian Leucht", |
| 61 |
"email": "c.leucht@inpsyde.com", |
| 62 |
"homepage": "https://www.chrico.info", |
| 63 |
"role": "Developer" |
| 64 |
} |
| 65 |
], |
| 66 |
"description": "Package to manage assets in WordPress.", |
| 67 |
"support": { |
| 68 |
"issues": "https://github.com/inpsyde/assets/issues", |
| 69 |
"source": "https://github.com/inpsyde/assets/tree/2.8.3" |
| 70 |
}, |
| 71 |
"install-path": "../inpsyde/assets" |
| 72 |
}, |
| 73 |
{ |
| 74 |
"name": "inpsyde/wp-context", |
| 75 |
"version": "1.5.0", |
| 76 |
"version_normalized": "1.5.0.0", |
| 77 |
"source": { |
| 78 |
"type": "git", |
| 79 |
"url": "https://github.com/inpsyde/wp-context.git", |
| 80 |
"reference": "1f61ccb539e287e2688dfdf86dea0448c18fc8c6" |
| 81 |
}, |
| 82 |
"dist": { |
| 83 |
"type": "zip", |
| 84 |
"url": "https://api.github.com/repos/inpsyde/wp-context/zipball/1f61ccb539e287e2688dfdf86dea0448c18fc8c6", |
| 85 |
"reference": "1f61ccb539e287e2688dfdf86dea0448c18fc8c6", |
| 86 |
"shasum": "" |
| 87 |
}, |
| 88 |
"require": { |
| 89 |
"php": ">=7.1" |
| 90 |
}, |
| 91 |
"require-dev": { |
| 92 |
"brain/monkey": "^2.6.1", |
| 93 |
"inpsyde/php-coding-standards": "^1", |
| 94 |
"inpsyde/wp-stubs": "dev-main", |
| 95 |
"mockery/mockery": "~1.3.6", |
| 96 |
"phpunit/phpunit": "~7.5.20 || ^8", |
| 97 |
"vimeo/psalm": "^4.27.0" |
| 98 |
}, |
| 99 |
"time": "2023-01-09T06:27:09+00:00", |
| 100 |
"type": "library", |
| 101 |
"extra": { |
| 102 |
"branch-alias": { |
| 103 |
"dev-main": "1.x-dev" |
| 104 |
} |
| 105 |
}, |
| 106 |
"installation-source": "dist", |
| 107 |
"autoload": { |
| 108 |
"psr-4": { |
| 109 |
"Inpsyde\\": "src/" |
| 110 |
} |
| 111 |
}, |
| 112 |
"notification-url": "https://packagist.org/downloads/", |
| 113 |
"license": [ |
| 114 |
"gpl-2.0-or-later" |
| 115 |
], |
| 116 |
"authors": [ |
| 117 |
{ |
| 118 |
"name": "Inpsyde GmbH", |
| 119 |
"email": "hello@inpsyde.com", |
| 120 |
"homepage": "https://inpsyde.com/", |
| 121 |
"role": "Company" |
| 122 |
}, |
| 123 |
{ |
| 124 |
"name": "Giuseppe Mazzapica", |
| 125 |
"email": "g.mazzapica@inpsyde.com", |
| 126 |
"role": "Developer" |
| 127 |
} |
| 128 |
], |
| 129 |
"description": "A single-class utility to check the running context in WordPress sites.", |
| 130 |
"support": { |
| 131 |
"issues": "https://github.com/inpsyde/wp-context/issues", |
| 132 |
"source": "https://github.com/inpsyde/wp-context/tree/1.5.0" |
| 133 |
}, |
| 134 |
"install-path": "../inpsyde/wp-context" |
| 135 |
}, |
| 136 |
{ |
| 137 |
"name": "micropackage/internationalization", |
| 138 |
"version": "1.0.2", |
| 139 |
"version_normalized": "1.0.2.0", |
| 140 |
"source": { |
| 141 |
"type": "git", |
| 142 |
"url": "https://github.com/micropackage/internationalization.git", |
| 143 |
"reference": "cb140d4c4cbf9828bfcb20242b202517379381df" |
| 144 |
}, |
| 145 |
"dist": { |
| 146 |
"type": "zip", |
| 147 |
"url": "https://api.github.com/repos/micropackage/internationalization/zipball/cb140d4c4cbf9828bfcb20242b202517379381df", |
| 148 |
"reference": "cb140d4c4cbf9828bfcb20242b202517379381df", |
| 149 |
"shasum": "" |
| 150 |
}, |
| 151 |
"require": { |
| 152 |
"php": ">=5.6" |
| 153 |
}, |
| 154 |
"require-dev": { |
| 155 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", |
| 156 |
"phpcompatibility/php-compatibility": "^9.1", |
| 157 |
"wp-coding-standards/wpcs": "^2.0" |
| 158 |
}, |
| 159 |
"time": "2023-06-23T08:54:05+00:00", |
| 160 |
"type": "library", |
| 161 |
"installation-source": "dist", |
| 162 |
"autoload": { |
| 163 |
"psr-4": { |
| 164 |
"Micropackage\\Internationalization\\": "src" |
| 165 |
} |
| 166 |
}, |
| 167 |
"notification-url": "https://packagist.org/downloads/", |
| 168 |
"license": [ |
| 169 |
"GPL-3.0-or-later" |
| 170 |
], |
| 171 |
"authors": [ |
| 172 |
{ |
| 173 |
"name": "Jakub Mikita", |
| 174 |
"email": "jakub@bracketspace.com" |
| 175 |
} |
| 176 |
], |
| 177 |
"description": "Internationalization (i18n) wrapper for WordPress plugins, themes or libraries", |
| 178 |
"support": { |
| 179 |
"issues": "https://github.com/micropackage/internationalization/issues", |
| 180 |
"source": "https://github.com/micropackage/internationalization/tree/1.0.2" |
| 181 |
}, |
| 182 |
"install-path": "../micropackage/internationalization" |
| 183 |
}, |
| 184 |
{ |
| 185 |
"name": "micropackage/requirements", |
| 186 |
"version": "1.2.2", |
| 187 |
"version_normalized": "1.2.2.0", |
| 188 |
"source": { |
| 189 |
"type": "git", |
| 190 |
"url": "https://github.com/micropackage/requirements.git", |
| 191 |
"reference": "c2fa8c2df7cefa3c7016a6e0ad755b8bdc73f519" |
| 192 |
}, |
| 193 |
"dist": { |
| 194 |
"type": "zip", |
| 195 |
"url": "https://api.github.com/repos/micropackage/requirements/zipball/c2fa8c2df7cefa3c7016a6e0ad755b8bdc73f519", |
| 196 |
"reference": "c2fa8c2df7cefa3c7016a6e0ad755b8bdc73f519", |
| 197 |
"shasum": "" |
| 198 |
}, |
| 199 |
"require": { |
| 200 |
"micropackage/internationalization": "^1.0", |
| 201 |
"php": ">=5.6" |
| 202 |
}, |
| 203 |
"require-dev": { |
| 204 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", |
| 205 |
"php-mock/php-mock-phpunit": "^2.5", |
| 206 |
"phpcompatibility/php-compatibility": "^9.1", |
| 207 |
"phpunit/phpunit": "^6.5.5", |
| 208 |
"wp-coding-standards/wpcs": "^2.0" |
| 209 |
}, |
| 210 |
"time": "2023-06-23T09:01:05+00:00", |
| 211 |
"type": "library", |
| 212 |
"installation-source": "dist", |
| 213 |
"autoload": { |
| 214 |
"psr-4": { |
| 215 |
"Micropackage\\Requirements\\": "src" |
| 216 |
} |
| 217 |
}, |
| 218 |
"notification-url": "https://packagist.org/downloads/", |
| 219 |
"license": [ |
| 220 |
"GPL-3.0-or-later" |
| 221 |
], |
| 222 |
"authors": [ |
| 223 |
{ |
| 224 |
"name": "Jakub Mikita", |
| 225 |
"email": "jakub@bracketspace.com" |
| 226 |
} |
| 227 |
], |
| 228 |
"description": "Requirements checker for WordPress plugins", |
| 229 |
"support": { |
| 230 |
"issues": "https://github.com/micropackage/requirements/issues", |
| 231 |
"source": "https://github.com/micropackage/requirements/tree/1.2.2" |
| 232 |
}, |
| 233 |
"install-path": "../micropackage/requirements" |
| 234 |
} |
| 235 |
], |
| 236 |
"dev": false, |
| 237 |
"dev-package-names": [] |
| 238 |
} |
| 239 |
|