Bump markbaker/matrix from 3.0.0 to 3.0.1 (#3269)

Bumps [markbaker/matrix](https://github.com/MarkBaker/PHPMatrix) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/MarkBaker/PHPMatrix/releases)
- [Commits](https://github.com/MarkBaker/PHPMatrix/compare/3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: markbaker/matrix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-01 12:46:15 -08:00
committed by GitHub
parent 79f612674a
commit 98d696a78a
Generated
+10 -10
View File
@@ -198,30 +198,30 @@
},
{
"name": "markbaker/matrix",
"version": "3.0.0",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPMatrix.git",
"reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
"reference": "728434227fe21be27ff6d86621a1b13107a2562c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
"reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
"reference": "728434227fe21be27ff6d86621a1b13107a2562c",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/php-compatibility": "^9.0",
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"phpcompatibility/php-compatibility": "^9.3",
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"sebastian/phpcpd": "^4.0",
"squizlabs/php_codesniffer": "^3.4"
"squizlabs/php_codesniffer": "^3.7"
},
"type": "library",
"autoload": {
@@ -248,9 +248,9 @@
],
"support": {
"issues": "https://github.com/MarkBaker/PHPMatrix/issues",
"source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0"
"source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
},
"time": "2021-07-01T19:01:15+00:00"
"time": "2022-12-02T22:17:43+00:00"
},
{
"name": "myclabs/php-enum",