1{ 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "6c1158e74baf55b1de07e592d83746a8", 8 "packages": [ 9 { 10 "name": "scotteh/php-dom-wrapper", 11 "version": "2.0.3", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/scotteh/php-dom-wrapper.git", 15 "reference": "edf37231a9ee609ea947ffaa5ac342a372f18b29" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/edf37231a9ee609ea947ffaa5ac342a372f18b29", 20 "reference": "edf37231a9ee609ea947ffaa5ac342a372f18b29", 21 "shasum": "" 22 }, 23 "require": { 24 "ext-libxml": "*", 25 "ext-mbstring": "*", 26 "lib-libxml": ">=2.7.7", 27 "php": ">=7.1.0", 28 "symfony/css-selector": "^4.0 || ^5.0 || ^6.0" 29 }, 30 "require-dev": { 31 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 32 }, 33 "type": "library", 34 "extra": { 35 "branch-alias": { 36 "dev-master": "2.0-dev" 37 } 38 }, 39 "autoload": { 40 "psr-4": { 41 "DOMWrap\\": "src/" 42 } 43 }, 44 "notification-url": "https://packagist.org/downloads/", 45 "license": [ 46 "BSD-3-Clause" 47 ], 48 "authors": [ 49 { 50 "name": "Andrew Scott", 51 "email": "andrew@andrewscott.net.au" 52 } 53 ], 54 "description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manipulate results quickly and easily.", 55 "homepage": "https://github.com/scotteh/php-dom-wrapper", 56 "keywords": [ 57 "css", 58 "dom", 59 "html", 60 "parser", 61 "wrapper" 62 ], 63 "support": { 64 "issues": "https://github.com/scotteh/php-dom-wrapper/issues", 65 "source": "https://github.com/scotteh/php-dom-wrapper/tree/2.0.3" 66 }, 67 "time": "2022-05-14T06:10:52+00:00" 68 }, 69 { 70 "name": "symfony/css-selector", 71 "version": "v4.4.44", 72 "source": { 73 "type": "git", 74 "url": "https://github.com/symfony/css-selector.git", 75 "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" 76 }, 77 "dist": { 78 "type": "zip", 79 "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", 80 "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", 81 "shasum": "" 82 }, 83 "require": { 84 "php": ">=7.1.3", 85 "symfony/polyfill-php80": "^1.16" 86 }, 87 "type": "library", 88 "autoload": { 89 "psr-4": { 90 "Symfony\\Component\\CssSelector\\": "" 91 }, 92 "exclude-from-classmap": [ 93 "/Tests/" 94 ] 95 }, 96 "notification-url": "https://packagist.org/downloads/", 97 "license": [ 98 "MIT" 99 ], 100 "authors": [ 101 { 102 "name": "Fabien Potencier", 103 "email": "fabien@symfony.com" 104 }, 105 { 106 "name": "Jean-François Simon", 107 "email": "jeanfrancois.simon@sensiolabs.com" 108 }, 109 { 110 "name": "Symfony Community", 111 "homepage": "https://symfony.com/contributors" 112 } 113 ], 114 "description": "Converts CSS selectors to XPath expressions", 115 "homepage": "https://symfony.com", 116 "support": { 117 "source": "https://github.com/symfony/css-selector/tree/v4.4.44" 118 }, 119 "funding": [ 120 { 121 "url": "https://symfony.com/sponsor", 122 "type": "custom" 123 }, 124 { 125 "url": "https://github.com/fabpot", 126 "type": "github" 127 }, 128 { 129 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 130 "type": "tidelift" 131 } 132 ], 133 "time": "2022-06-27T13:16:42+00:00" 134 }, 135 { 136 "name": "symfony/polyfill-php80", 137 "version": "v1.26.0", 138 "source": { 139 "type": "git", 140 "url": "https://github.com/symfony/polyfill-php80.git", 141 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" 142 }, 143 "dist": { 144 "type": "zip", 145 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", 146 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", 147 "shasum": "" 148 }, 149 "require": { 150 "php": ">=7.1" 151 }, 152 "type": "library", 153 "extra": { 154 "branch-alias": { 155 "dev-main": "1.26-dev" 156 }, 157 "thanks": { 158 "name": "symfony/polyfill", 159 "url": "https://github.com/symfony/polyfill" 160 } 161 }, 162 "autoload": { 163 "files": [ 164 "bootstrap.php" 165 ], 166 "psr-4": { 167 "Symfony\\Polyfill\\Php80\\": "" 168 }, 169 "classmap": [ 170 "Resources/stubs" 171 ] 172 }, 173 "notification-url": "https://packagist.org/downloads/", 174 "license": [ 175 "MIT" 176 ], 177 "authors": [ 178 { 179 "name": "Ion Bazan", 180 "email": "ion.bazan@gmail.com" 181 }, 182 { 183 "name": "Nicolas Grekas", 184 "email": "p@tchwork.com" 185 }, 186 { 187 "name": "Symfony Community", 188 "homepage": "https://symfony.com/contributors" 189 } 190 ], 191 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 192 "homepage": "https://symfony.com", 193 "keywords": [ 194 "compatibility", 195 "polyfill", 196 "portable", 197 "shim" 198 ], 199 "support": { 200 "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" 201 }, 202 "funding": [ 203 { 204 "url": "https://symfony.com/sponsor", 205 "type": "custom" 206 }, 207 { 208 "url": "https://github.com/fabpot", 209 "type": "github" 210 }, 211 { 212 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 213 "type": "tidelift" 214 } 215 ], 216 "time": "2022-05-10T07:21:04+00:00" 217 } 218 ], 219 "packages-dev": [], 220 "aliases": [], 221 "minimum-stability": "stable", 222 "stability-flags": [], 223 "prefer-stable": true, 224 "prefer-lowest": false, 225 "platform": { 226 "php": ">=7.2" 227 }, 228 "platform-dev": [], 229 "platform-overrides": { 230 "php": "7.2" 231 }, 232 "plugin-api-version": "2.3.0" 233} 234