Changeset 13285 for trunk/composer.lock
- Timestamp:
- 05/28/2022 08:59:53 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/composer.lock (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.lock
r13253 r13285 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 626a3fdc6a474073e644be97f8833a10",7 "content-hash": "d42a478a4dcfb24ce7aca87991ebba7c", 8 8 "packages": [ 9 9 { … … 237 237 { 238 238 "name": "doctrine/instantiator", 239 "version": "1.4. 0",239 "version": "1.4.1", 240 240 "source": { 241 241 "type": "git", 242 242 "url": "https://github.com/doctrine/instantiator.git", 243 "reference": " d56bf6102915de5702778fe20f2de3b2fe570b5b"244 }, 245 "dist": { 246 "type": "zip", 247 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ d56bf6102915de5702778fe20f2de3b2fe570b5b",248 "reference": " d56bf6102915de5702778fe20f2de3b2fe570b5b",243 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" 244 }, 245 "dist": { 246 "type": "zip", 247 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", 248 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", 249 249 "shasum": "" 250 250 }, … … 253 253 }, 254 254 "require-dev": { 255 "doctrine/coding-standard": "^ 8.0",255 "doctrine/coding-standard": "^9", 256 256 "ext-pdo": "*", 257 257 "ext-phar": "*", 258 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", 259 "phpstan/phpstan": "^0.12", 260 "phpstan/phpstan-phpunit": "^0.12", 261 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 258 "phpbench/phpbench": "^0.16 || ^1", 259 "phpstan/phpstan": "^1.4", 260 "phpstan/phpstan-phpunit": "^1", 261 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 262 "vimeo/psalm": "^4.22" 262 263 }, 263 264 "type": "library", … … 286 287 "support": { 287 288 "issues": "https://github.com/doctrine/instantiator/issues", 288 "source": "https://github.com/doctrine/instantiator/tree/1.4. 0"289 "source": "https://github.com/doctrine/instantiator/tree/1.4.1" 289 290 }, 290 291 "funding": [ … … 302 303 } 303 304 ], 304 "time": "202 0-11-10T18:47:58+00:00"305 "time": "2022-03-03T08:28:38+00:00" 305 306 }, 306 307 { 307 308 "name": "myclabs/deep-copy", 308 "version": "1.1 0.2",309 "version": "1.11.0", 309 310 "source": { 310 311 "type": "git", 311 312 "url": "https://github.com/myclabs/DeepCopy.git", 312 "reference": " 776f831124e9c62e1a2c601ecc52e776d8bb7220"313 }, 314 "dist": { 315 "type": "zip", 316 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 776f831124e9c62e1a2c601ecc52e776d8bb7220",317 "reference": " 776f831124e9c62e1a2c601ecc52e776d8bb7220",313 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" 314 }, 315 "dist": { 316 "type": "zip", 317 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", 318 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", 318 319 "shasum": "" 319 320 }, … … 321 322 "php": "^7.1 || ^8.0" 322 323 }, 323 "replace": { 324 "myclabs/deep-copy": "self.version" 325 }, 326 "require-dev": { 327 "doctrine/collections": "^1.0", 328 "doctrine/common": "^2.6", 329 "phpunit/phpunit": "^7.1" 324 "conflict": { 325 "doctrine/collections": "<1.6.8", 326 "doctrine/common": "<2.13.3 || >=3,<3.2.2" 327 }, 328 "require-dev": { 329 "doctrine/collections": "^1.6.8", 330 "doctrine/common": "^2.13.3 || ^3.2.2", 331 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 330 332 }, 331 333 "type": "library", … … 352 354 "support": { 353 355 "issues": "https://github.com/myclabs/DeepCopy/issues", 354 "source": "https://github.com/myclabs/DeepCopy/tree/1.1 0.2"356 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" 355 357 }, 356 358 "funding": [ … … 360 362 } 361 363 ], 362 "time": "202 0-11-13T09:40:50+00:00"364 "time": "2022-03-03T13:19:32+00:00" 363 365 }, 364 366 { … … 756 758 { 757 759 "name": "phpdocumentor/type-resolver", 758 "version": "1.6. 0",760 "version": "1.6.1", 759 761 "source": { 760 762 "type": "git", 761 763 "url": "https://github.com/phpDocumentor/TypeResolver.git", 762 "reference": " 93ebd0014cab80c4ea9f5e297ea48672f1b87706"763 }, 764 "dist": { 765 "type": "zip", 766 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/ 93ebd0014cab80c4ea9f5e297ea48672f1b87706",767 "reference": " 93ebd0014cab80c4ea9f5e297ea48672f1b87706",764 "reference": "77a32518733312af16a44300404e945338981de3" 765 }, 766 "dist": { 767 "type": "zip", 768 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3", 769 "reference": "77a32518733312af16a44300404e945338981de3", 768 770 "shasum": "" 769 771 }, … … 800 802 "support": { 801 803 "issues": "https://github.com/phpDocumentor/TypeResolver/issues", 802 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6. 0"803 }, 804 "time": "2022-0 1-04T19:58:01+00:00"804 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1" 805 }, 806 "time": "2022-03-15T21:29:03+00:00" 805 807 }, 806 808 { … … 1972 1974 { 1973 1975 "name": "symfony/polyfill-ctype", 1974 "version": "v1.2 4.0",1976 "version": "v1.25.0", 1975 1977 "source": { 1976 1978 "type": "git", … … 2034 2036 ], 2035 2037 "support": { 2036 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.2 4.0"2038 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" 2037 2039 }, 2038 2040 "funding": [ … … 2213 2215 { 2214 2216 "name": "wp-phpunit/wp-phpunit", 2215 "version": " 5.9.1",2217 "version": "6.0.0", 2216 2218 "source": { 2217 2219 "type": "git", 2218 2220 "url": "https://github.com/wp-phpunit/wp-phpunit.git", 2219 "reference": " ceece1ed4f2d0732c4a4f2603f4376d85547a50f"2220 }, 2221 "dist": { 2222 "type": "zip", 2223 "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/ ceece1ed4f2d0732c4a4f2603f4376d85547a50f",2224 "reference": " ceece1ed4f2d0732c4a4f2603f4376d85547a50f",2221 "reference": "2a3da5218af4dccdc98a7236e973178a187efe1e" 2222 }, 2223 "dist": { 2224 "type": "zip", 2225 "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/2a3da5218af4dccdc98a7236e973178a187efe1e", 2226 "reference": "2a3da5218af4dccdc98a7236e973178a187efe1e", 2225 2227 "shasum": "" 2226 2228 }, … … 2257 2259 "source": "https://github.com/wp-phpunit/wp-phpunit" 2258 2260 }, 2259 "time": "2022-0 2-22T20:53:17+00:00"2261 "time": "2022-05-25T21:40:09+00:00" 2260 2262 }, 2261 2263 {
Note: See TracChangeset
for help on using the changeset viewer.