| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "antonlukin/poster-editor", |
| 5 |
"version": "5.7", |
| 6 |
"version_normalized": "5.7.0.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/antonlukin/poster-editor.git", |
| 10 |
"reference": "826f86c59d748ff53bdfe08ec1720becbe967947" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/antonlukin/poster-editor/zipball/826f86c59d748ff53bdfe08ec1720becbe967947", |
| 15 |
"reference": "826f86c59d748ff53bdfe08ec1720becbe967947", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=7.1.0" |
| 20 |
}, |
| 21 |
"require-dev": { |
| 22 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", |
| 23 |
"phpcompatibility/php-compatibility": "^9.3" |
| 24 |
}, |
| 25 |
"suggest": { |
| 26 |
"ext-gd": "to use GD library based image processing." |
| 27 |
}, |
| 28 |
"time": "2022-06-28T21:51:53+00:00", |
| 29 |
"type": "library", |
| 30 |
"installation-source": "dist", |
| 31 |
"autoload": { |
| 32 |
"files": [ |
| 33 |
"src/PosterEditor.php" |
| 34 |
] |
| 35 |
}, |
| 36 |
"notification-url": "https://packagist.org/downloads/", |
| 37 |
"license": [ |
| 38 |
"MIT" |
| 39 |
], |
| 40 |
"authors": [ |
| 41 |
{ |
| 42 |
"name": "Anton Lukin", |
| 43 |
"email": "[email protected]" |
| 44 |
} |
| 45 |
], |
| 46 |
"description": "Wrapper for PHP's GD Library for easy image manipulation", |
| 47 |
"homepage": "https://github.com/antonlukin/poster-editor", |
| 48 |
"keywords": [ |
| 49 |
"gd", |
| 50 |
"image", |
| 51 |
"php", |
| 52 |
"text" |
| 53 |
], |
| 54 |
"support": { |
| 55 |
"issues": "https://github.com/antonlukin/poster-editor/issues", |
| 56 |
"source": "https://github.com/antonlukin/poster-editor/tree/v5.7" |
| 57 |
}, |
| 58 |
"install-path": "../antonlukin/poster-editor" |
| 59 |
}, |
| 60 |
{ |
| 61 |
"name": "dealerdirect/phpcodesniffer-composer-installer", |
| 62 |
"version": "v0.7.2", |
| 63 |
"version_normalized": "0.7.2.0", |
| 64 |
"source": { |
| 65 |
"type": "git", |
| 66 |
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", |
| 67 |
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db" |
| 68 |
}, |
| 69 |
"dist": { |
| 70 |
"type": "zip", |
| 71 |
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", |
| 72 |
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", |
| 73 |
"shasum": "" |
| 74 |
}, |
| 75 |
"require": { |
| 76 |
"composer-plugin-api": "^1.0 || ^2.0", |
| 77 |
"php": ">=5.3", |
| 78 |
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" |
| 79 |
}, |
| 80 |
"require-dev": { |
| 81 |
"composer/composer": "*", |
| 82 |
"php-parallel-lint/php-parallel-lint": "^1.3.1", |
| 83 |
"phpcompatibility/php-compatibility": "^9.0" |
| 84 |
}, |
| 85 |
"time": "2022-02-04T12:51:07+00:00", |
| 86 |
"type": "composer-plugin", |
| 87 |
"extra": { |
| 88 |
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" |
| 89 |
}, |
| 90 |
"installation-source": "dist", |
| 91 |
"autoload": { |
| 92 |
"psr-4": { |
| 93 |
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" |
| 94 |
} |
| 95 |
}, |
| 96 |
"notification-url": "https://packagist.org/downloads/", |
| 97 |
"license": [ |
| 98 |
"MIT" |
| 99 |
], |
| 100 |
"authors": [ |
| 101 |
{ |
| 102 |
"name": "Franck Nijhof", |
| 103 |
"email": "[email protected]", |
| 104 |
"homepage": "http://www.frenck.nl", |
| 105 |
"role": "Developer / IT Manager" |
| 106 |
}, |
| 107 |
{ |
| 108 |
"name": "Contributors", |
| 109 |
"homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors" |
| 110 |
} |
| 111 |
], |
| 112 |
"description": "PHP_CodeSniffer Standards Composer Installer Plugin", |
| 113 |
"homepage": "http://www.dealerdirect.com", |
| 114 |
"keywords": [ |
| 115 |
"PHPCodeSniffer", |
| 116 |
"PHP_CodeSniffer", |
| 117 |
"code quality", |
| 118 |
"codesniffer", |
| 119 |
"composer", |
| 120 |
"installer", |
| 121 |
"phpcbf", |
| 122 |
"phpcs", |
| 123 |
"plugin", |
| 124 |
"qa", |
| 125 |
"quality", |
| 126 |
"standard", |
| 127 |
"standards", |
| 128 |
"style guide", |
| 129 |
"stylecheck", |
| 130 |
"tests" |
| 131 |
], |
| 132 |
"support": { |
| 133 |
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", |
| 134 |
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" |
| 135 |
}, |
| 136 |
"install-path": "../dealerdirect/phpcodesniffer-composer-installer" |
| 137 |
}, |
| 138 |
{ |
| 139 |
"name": "squizlabs/php_codesniffer", |
| 140 |
"version": "3.7.1", |
| 141 |
"version_normalized": "3.7.1.0", |
| 142 |
"source": { |
| 143 |
"type": "git", |
| 144 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
| 145 |
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" |
| 146 |
}, |
| 147 |
"dist": { |
| 148 |
"type": "zip", |
| 149 |
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", |
| 150 |
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", |
| 151 |
"shasum": "" |
| 152 |
}, |
| 153 |
"require": { |
| 154 |
"ext-simplexml": "*", |
| 155 |
"ext-tokenizer": "*", |
| 156 |
"ext-xmlwriter": "*", |
| 157 |
"php": ">=5.4.0" |
| 158 |
}, |
| 159 |
"require-dev": { |
| 160 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
| 161 |
}, |
| 162 |
"time": "2022-06-18T07:21:10+00:00", |
| 163 |
"bin": [ |
| 164 |
"bin/phpcs", |
| 165 |
"bin/phpcbf" |
| 166 |
], |
| 167 |
"type": "library", |
| 168 |
"extra": { |
| 169 |
"branch-alias": { |
| 170 |
"dev-master": "3.x-dev" |
| 171 |
} |
| 172 |
}, |
| 173 |
"installation-source": "dist", |
| 174 |
"notification-url": "https://packagist.org/downloads/", |
| 175 |
"license": [ |
| 176 |
"BSD-3-Clause" |
| 177 |
], |
| 178 |
"authors": [ |
| 179 |
{ |
| 180 |
"name": "Greg Sherwood", |
| 181 |
"role": "lead" |
| 182 |
} |
| 183 |
], |
| 184 |
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
| 185 |
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
| 186 |
"keywords": [ |
| 187 |
"phpcs", |
| 188 |
"standards" |
| 189 |
], |
| 190 |
"support": { |
| 191 |
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", |
| 192 |
"source": "https://github.com/squizlabs/PHP_CodeSniffer", |
| 193 |
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" |
| 194 |
}, |
| 195 |
"install-path": "../squizlabs/php_codesniffer" |
| 196 |
}, |
| 197 |
{ |
| 198 |
"name": "wp-coding-standards/wpcs", |
| 199 |
"version": "2.3.0", |
| 200 |
"version_normalized": "2.3.0.0", |
| 201 |
"source": { |
| 202 |
"type": "git", |
| 203 |
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git", |
| 204 |
"reference": "7da1894633f168fe244afc6de00d141f27517b62" |
| 205 |
}, |
| 206 |
"dist": { |
| 207 |
"type": "zip", |
| 208 |
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62", |
| 209 |
"reference": "7da1894633f168fe244afc6de00d141f27517b62", |
| 210 |
"shasum": "" |
| 211 |
}, |
| 212 |
"require": { |
| 213 |
"php": ">=5.4", |
| 214 |
"squizlabs/php_codesniffer": "^3.3.1" |
| 215 |
}, |
| 216 |
"require-dev": { |
| 217 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", |
| 218 |
"phpcompatibility/php-compatibility": "^9.0", |
| 219 |
"phpcsstandards/phpcsdevtools": "^1.0", |
| 220 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
| 221 |
}, |
| 222 |
"suggest": { |
| 223 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." |
| 224 |
}, |
| 225 |
"time": "2020-05-13T23:57:56+00:00", |
| 226 |
"type": "phpcodesniffer-standard", |
| 227 |
"installation-source": "dist", |
| 228 |
"notification-url": "https://packagist.org/downloads/", |
| 229 |
"license": [ |
| 230 |
"MIT" |
| 231 |
], |
| 232 |
"authors": [ |
| 233 |
{ |
| 234 |
"name": "Contributors", |
| 235 |
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors" |
| 236 |
} |
| 237 |
], |
| 238 |
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", |
| 239 |
"keywords": [ |
| 240 |
"phpcs", |
| 241 |
"standards", |
| 242 |
"wordpress" |
| 243 |
], |
| 244 |
"support": { |
| 245 |
"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", |
| 246 |
"source": "https://github.com/WordPress/WordPress-Coding-Standards", |
| 247 |
"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" |
| 248 |
}, |
| 249 |
"install-path": "../wp-coding-standards/wpcs" |
| 250 |
} |
| 251 |
], |
| 252 |
"dev": true, |
| 253 |
"dev-package-names": [ |
| 254 |
"dealerdirect/phpcodesniffer-composer-installer", |
| 255 |
"squizlabs/php_codesniffer", |
| 256 |
"wp-coding-standards/wpcs" |
| 257 |
] |
| 258 |
} |
| 259 |
|