chore(deps-dev): Bump dms/phpunit-arraysubset-asserts

Bumps [dms/phpunit-arraysubset-asserts](https://github.com/rdohms/phpunit-arraysubset-asserts) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/rdohms/phpunit-arraysubset-asserts/releases)
- [Commits](https://github.com/rdohms/phpunit-arraysubset-asserts/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: dms/phpunit-arraysubset-asserts
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/38733/head
dependabot[bot] 2023-06-10 03:39:24 +07:00 committed by GitHub
parent 689936020d
commit e2c13eae76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 17 deletions

@ -1,7 +1,7 @@
{ {
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9", "phpunit/phpunit": "^9",
"dms/phpunit-arraysubset-asserts": "^0.4", "dms/phpunit-arraysubset-asserts": "^0.5",
"behat/behat": "~3.13.0", "behat/behat": "~3.13.0",
"guzzlehttp/guzzle": "7.6.1", "guzzlehttp/guzzle": "7.6.1",
"jarnaiz/behat-junit-formatter": "^1.3", "jarnaiz/behat-junit-formatter": "^1.3",

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3f70730fd3a96421a6eb98ceded7ce71", "content-hash": "47c1276046613ebfa35e13a6b96c7f06",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -208,25 +208,24 @@
}, },
{ {
"name": "dms/phpunit-arraysubset-asserts", "name": "dms/phpunit-arraysubset-asserts",
"version": "v0.4.0", "version": "v0.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git", "url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
"reference": "428293c2a00eceefbad71a2dbdfb913febb35de2" "reference": "aa6b9e858414e91cca361cac3b2035ee57d212e0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/428293c2a00eceefbad71a2dbdfb913febb35de2", "url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/aa6b9e858414e91cca361cac3b2035ee57d212e0",
"reference": "428293c2a00eceefbad71a2dbdfb913febb35de2", "reference": "aa6b9e858414e91cca361cac3b2035ee57d212e0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.4 || ^7.0 || ^8.0", "php": "^5.4 || ^7.0 || ^8.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0" "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
}, },
"require-dev": { "require-dev": {
"dms/coding-standard": "^9", "dms/coding-standard": "^9"
"squizlabs/php_codesniffer": "^3.4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -247,9 +246,9 @@
"description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8", "description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
"support": { "support": {
"issues": "https://github.com/rdohms/phpunit-arraysubset-asserts/issues", "issues": "https://github.com/rdohms/phpunit-arraysubset-asserts/issues",
"source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.4.0" "source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.5.0"
}, },
"time": "2022-02-13T15:00:28+00:00" "time": "2023-06-02T17:33:53+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@ -750,16 +749,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.15.4", "version": "v4.15.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -800,9 +799,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4" "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5"
}, },
"time": "2023-03-05T19:49:14+00:00" "time": "2023-05-19T20:20:00+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",