| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "antonlukin/poster-editor", |
| 5 |
"version": "5.4", |
| 6 |
"version_normalized": "5.4.0.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/antonlukin/poster-editor.git", |
| 10 |
"reference": "aaa476d3d217ecdc6f195a02c374c2c82777d45a" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/antonlukin/poster-editor/zipball/aaa476d3d217ecdc6f195a02c374c2c82777d45a", |
| 15 |
"reference": "aaa476d3d217ecdc6f195a02c374c2c82777d45a", |
| 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": "2021-11-01T17:53:47+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": "anton@lukin.me" |
| 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.4" |
| 57 |
}, |
| 58 |
"install-path": "../antonlukin/poster-editor" |
| 59 |
}, |
| 60 |
{ |
| 61 |
"name": "dealerdirect/phpcodesniffer-composer-installer", |
| 62 |
"version": "v0.7.1", |
| 63 |
"version_normalized": "0.7.1.0", |
| 64 |
"source": { |
| 65 |
"type": "git", |
| 66 |
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", |
| 67 |
"reference": "fe390591e0241955f22eb9ba327d137e501c771c" |
| 68 |
}, |
| 69 |
"dist": { |
| 70 |
"type": "zip", |
| 71 |
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c", |
| 72 |
"reference": "fe390591e0241955f22eb9ba327d137e501c771c", |
| 73 |
"shasum": "" |
| 74 |
}, |
| 75 |
"require": { |
| 76 |
"composer-plugin-api": "^1.0 || ^2.0", |
| 77 |
"php": ">=5.3", |
| 78 |
"squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0" |
| 79 |
}, |
| 80 |
"require-dev": { |
| 81 |
"composer/composer": "*", |
| 82 |
"phpcompatibility/php-compatibility": "^9.0", |
| 83 |
"sensiolabs/security-checker": "^4.1.0" |
| 84 |
}, |
| 85 |
"time": "2020-12-07T18:04:37+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": "franck.nijhof@dealerdirect.com", |
| 104 |
"homepage": "http://www.frenck.nl", |
| 105 |
"role": "Developer / IT Manager" |
| 106 |
} |
| 107 |
], |
| 108 |
"description": "PHP_CodeSniffer Standards Composer Installer Plugin", |
| 109 |
"homepage": "http://www.dealerdirect.com", |
| 110 |
"keywords": [ |
| 111 |
"PHPCodeSniffer", |
| 112 |
"PHP_CodeSniffer", |
| 113 |
"code quality", |
| 114 |
"codesniffer", |
| 115 |
"composer", |
| 116 |
"installer", |
| 117 |
"phpcs", |
| 118 |
"plugin", |
| 119 |
"qa", |
| 120 |
"quality", |
| 121 |
"standard", |
| 122 |
"standards", |
| 123 |
"style guide", |
| 124 |
"stylecheck", |
| 125 |
"tests" |
| 126 |
], |
| 127 |
"support": { |
| 128 |
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", |
| 129 |
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" |
| 130 |
}, |
| 131 |
"install-path": "../dealerdirect/phpcodesniffer-composer-installer" |
| 132 |
}, |
| 133 |
{ |
| 134 |
"name": "squizlabs/php_codesniffer", |
| 135 |
"version": "3.6.1", |
| 136 |
"version_normalized": "3.6.1.0", |
| 137 |
"source": { |
| 138 |
"type": "git", |
| 139 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
| 140 |
"reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e" |
| 141 |
}, |
| 142 |
"dist": { |
| 143 |
"type": "zip", |
| 144 |
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e", |
| 145 |
"reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e", |
| 146 |
"shasum": "" |
| 147 |
}, |
| 148 |
"require": { |
| 149 |
"ext-simplexml": "*", |
| 150 |
"ext-tokenizer": "*", |
| 151 |
"ext-xmlwriter": "*", |
| 152 |
"php": ">=5.4.0" |
| 153 |
}, |
| 154 |
"require-dev": { |
| 155 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
| 156 |
}, |
| 157 |
"time": "2021-10-11T04:00:11+00:00", |
| 158 |
"bin": [ |
| 159 |
"bin/phpcs", |
| 160 |
"bin/phpcbf" |
| 161 |
], |
| 162 |
"type": "library", |
| 163 |
"extra": { |
| 164 |
"branch-alias": { |
| 165 |
"dev-master": "3.x-dev" |
| 166 |
} |
| 167 |
}, |
| 168 |
"installation-source": "dist", |
| 169 |
"notification-url": "https://packagist.org/downloads/", |
| 170 |
"license": [ |
| 171 |
"BSD-3-Clause" |
| 172 |
], |
| 173 |
"authors": [ |
| 174 |
{ |
| 175 |
"name": "Greg Sherwood", |
| 176 |
"role": "lead" |
| 177 |
} |
| 178 |
], |
| 179 |
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
| 180 |
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
| 181 |
"keywords": [ |
| 182 |
"phpcs", |
| 183 |
"standards" |
| 184 |
], |
| 185 |
"support": { |
| 186 |
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", |
| 187 |
"source": "https://github.com/squizlabs/PHP_CodeSniffer", |
| 188 |
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" |
| 189 |
}, |
| 190 |
"install-path": "../squizlabs/php_codesniffer" |
| 191 |
}, |
| 192 |
{ |
| 193 |
"name": "wp-coding-standards/wpcs", |
| 194 |
"version": "2.3.0", |
| 195 |
"version_normalized": "2.3.0.0", |
| 196 |
"source": { |
| 197 |
"type": "git", |
| 198 |
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git", |
| 199 |
"reference": "7da1894633f168fe244afc6de00d141f27517b62" |
| 200 |
}, |
| 201 |
"dist": { |
| 202 |
"type": "zip", |
| 203 |
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62", |
| 204 |
"reference": "7da1894633f168fe244afc6de00d141f27517b62", |
| 205 |
"shasum": "" |
| 206 |
}, |
| 207 |
"require": { |
| 208 |
"php": ">=5.4", |
| 209 |
"squizlabs/php_codesniffer": "^3.3.1" |
| 210 |
}, |
| 211 |
"require-dev": { |
| 212 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", |
| 213 |
"phpcompatibility/php-compatibility": "^9.0", |
| 214 |
"phpcsstandards/phpcsdevtools": "^1.0", |
| 215 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
| 216 |
}, |
| 217 |
"suggest": { |
| 218 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." |
| 219 |
}, |
| 220 |
"time": "2020-05-13T23:57:56+00:00", |
| 221 |
"type": "phpcodesniffer-standard", |
| 222 |
"installation-source": "dist", |
| 223 |
"notification-url": "https://packagist.org/downloads/", |
| 224 |
"license": [ |
| 225 |
"MIT" |
| 226 |
], |
| 227 |
"authors": [ |
| 228 |
{ |
| 229 |
"name": "Contributors", |
| 230 |
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors" |
| 231 |
} |
| 232 |
], |
| 233 |
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", |
| 234 |
"keywords": [ |
| 235 |
"phpcs", |
| 236 |
"standards", |
| 237 |
"wordpress" |
| 238 |
], |
| 239 |
"support": { |
| 240 |
"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", |
| 241 |
"source": "https://github.com/WordPress/WordPress-Coding-Standards", |
| 242 |
"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" |
| 243 |
}, |
| 244 |
"install-path": "../wp-coding-standards/wpcs" |
| 245 |
} |
| 246 |
], |
| 247 |
"dev": true |
| 248 |
} |
| 249 |
|