Skip to content
Snippets Groups Projects
Commit b5e6a60d authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(deps): lock file maintenance

parent 5ed9f4cd
No related branches found
No related tags found
1 merge request!10chore(deps): lock file maintenance
Pipeline #88486 passed
...@@ -172,8 +172,14 @@ ...@@ -172,8 +172,14 @@
"version": "dev-main", "version": "dev-main",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-base-person-bundle", "url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-base-person-bundle.git",
"reference": "07a2a3c24f4f84a093ce204cf5230891b1fe14bb" "reference": "aa487f2492af98b7d9afddc111652f3e62093af6"
},
"dist": {
"type": "zip",
"url": "https://gitlab.tugraz.at/api/v4/projects/dbp%2Frelay%2Fdbp-relay-base-person-bundle/repository/archive.zip?sha=aa487f2492af98b7d9afddc111652f3e62093af6",
"reference": "aa487f2492af98b7d9afddc111652f3e62093af6",
"shasum": ""
}, },
"require": { "require": {
"api-platform/core": "^2.6.3", "api-platform/core": "^2.6.3",
...@@ -211,11 +217,44 @@ ...@@ -211,11 +217,44 @@
"Dbp\\Relay\\BasePersonBundle\\": "src/" "Dbp\\Relay\\BasePersonBundle\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "autoload-dev": {
"psr-4": {
"Dbp\\Relay\\BasePersonBundle\\Tests\\": "tests/"
}
},
"scripts": {
"test": [
"@php vendor/bin/phpunit"
],
"phpstan": [
"@php vendor/bin/phpstan analyze --ansi"
],
"psalm": [
"@php vendor/bin/psalm"
],
"lint": [
"@composer run cs",
"@composer run phpstan",
"@composer run psalm"
],
"cs-fix": [
"@php vendor/bin/php-cs-fixer --ansi fix"
],
"cs": [
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff"
],
"coverage": [
"@php -dxdebug.mode=coverage vendor/bin/simple-phpunit --coverage-html _coverage"
]
},
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2022-02-14T00:21:44+00:00" "support": {
"source": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-base-person-bundle/-/tree/main",
"issues": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-base-person-bundle/-/issues"
},
"time": "2022-02-21T13:48:17+01:00"
}, },
{ {
"name": "dbp/relay-core-bundle", "name": "dbp/relay-core-bundle",
...@@ -797,12 +836,12 @@ ...@@ -797,12 +836,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [ "files": [
"src/functions_include.php" "src/functions_include.php"
] ],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
...@@ -6187,16 +6226,16 @@ ...@@ -6187,16 +6226,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
"version": "v2.6.1", "version": "v2.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/amp.git", "url": "https://github.com/amphp/amp.git",
"reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae" "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae", "url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
"reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae", "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6218,13 +6257,13 @@ ...@@ -6218,13 +6257,13 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Amp\\": "lib"
},
"files": [ "files": [
"lib/functions.php", "lib/functions.php",
"lib/Internal/functions.php" "lib/Internal/functions.php"
] ],
"psr-4": {
"Amp\\": "lib"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
...@@ -6249,7 +6288,7 @@ ...@@ -6249,7 +6288,7 @@
} }
], ],
"description": "A non-blocking concurrency framework for PHP applications.", "description": "A non-blocking concurrency framework for PHP applications.",
"homepage": "http://amphp.org/amp", "homepage": "https://amphp.org/amp",
"keywords": [ "keywords": [
"async", "async",
"asynchronous", "asynchronous",
...@@ -6264,7 +6303,7 @@ ...@@ -6264,7 +6303,7 @@
"support": { "support": {
"irc": "irc://irc.freenode.org/amphp", "irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues", "issues": "https://github.com/amphp/amp/issues",
"source": "https://github.com/amphp/amp/tree/v2.6.1" "source": "https://github.com/amphp/amp/tree/v2.6.2"
}, },
"funding": [ "funding": [
{ {
...@@ -6272,7 +6311,7 @@ ...@@ -6272,7 +6311,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-09-23T18:43:08+00:00" "time": "2022-02-20T17:52:18+00:00"
}, },
{ {
"name": "amphp/byte-stream", "name": "amphp/byte-stream",
...@@ -7314,16 +7353,16 @@ ...@@ -7314,16 +7353,16 @@
}, },
{ {
"name": "phar-io/version", "name": "phar-io/version",
"version": "3.1.1", "version": "3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phar-io/version.git", "url": "https://github.com/phar-io/version.git",
"reference": "15a90844ad40f127afd244c0cad228de2a80052a" "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/15a90844ad40f127afd244c0cad228de2a80052a", "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "15a90844ad40f127afd244c0cad228de2a80052a", "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7359,9 +7398,9 @@ ...@@ -7359,9 +7398,9 @@
"description": "Library for handling version information and constraints", "description": "Library for handling version information and constraints",
"support": { "support": {
"issues": "https://github.com/phar-io/version/issues", "issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.1.1" "source": "https://github.com/phar-io/version/tree/3.2.1"
}, },
"time": "2022-02-07T21:56:48+00:00" "time": "2022-02-21T01:04:05+00:00"
}, },
{ {
"name": "php-cs-fixer/diff", "name": "php-cs-fixer/diff",
...@@ -7603,16 +7642,16 @@ ...@@ -7603,16 +7642,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "9.2.11", "version": "9.2.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "665a1ac0a763c51afc30d6d130dac0813092b17f" "reference": "c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/665a1ac0a763c51afc30d6d130dac0813092b17f", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631",
"reference": "665a1ac0a763c51afc30d6d130dac0813092b17f", "reference": "c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7668,7 +7707,7 @@ ...@@ -7668,7 +7707,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.11" "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.12"
}, },
"funding": [ "funding": [
{ {
...@@ -7676,7 +7715,7 @@ ...@@ -7676,7 +7715,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-02-18T12:46:09+00:00" "time": "2022-02-23T06:30:26+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
...@@ -7921,16 +7960,16 @@ ...@@ -7921,16 +7960,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.5.14", "version": "9.5.15",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "1883687169c017d6ae37c58883ca3994cfc34189" "reference": "dc738383c519243b0a967f63943a848d3fd861aa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1883687169c017d6ae37c58883ca3994cfc34189", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dc738383c519243b0a967f63943a848d3fd861aa",
"reference": "1883687169c017d6ae37c58883ca3994cfc34189", "reference": "dc738383c519243b0a967f63943a848d3fd861aa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7946,7 +7985,7 @@ ...@@ -7946,7 +7985,7 @@
"phar-io/version": "^3.0.2", "phar-io/version": "^3.0.2",
"php": ">=7.3", "php": ">=7.3",
"phpspec/prophecy": "^1.12.1", "phpspec/prophecy": "^1.12.1",
"phpunit/php-code-coverage": "^9.2.7", "phpunit/php-code-coverage": "^9.2.12",
"phpunit/php-file-iterator": "^3.0.5", "phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1", "phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3", "phpunit/php-text-template": "^2.0.3",
...@@ -8008,7 +8047,7 @@ ...@@ -8008,7 +8047,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.14" "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.15"
}, },
"funding": [ "funding": [
{ {
...@@ -8020,7 +8059,7 @@ ...@@ -8020,7 +8059,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-02-18T12:54:07+00:00" "time": "2022-02-23T08:53:20+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
...@@ -9890,16 +9929,16 @@ ...@@ -9890,16 +9929,16 @@
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
"version": "4.20.0", "version": "4.21.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vimeo/psalm.git", "url": "https://github.com/vimeo/psalm.git",
"reference": "f82a70e7edfc6cf2705e9374c8a0b6a974a779ed" "reference": "d8bec4c7aaee111a532daec32fb09de5687053d1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/f82a70e7edfc6cf2705e9374c8a0b6a974a779ed", "url": "https://api.github.com/repos/vimeo/psalm/zipball/d8bec4c7aaee111a532daec32fb09de5687053d1",
"reference": "f82a70e7edfc6cf2705e9374c8a0b6a974a779ed", "reference": "d8bec4c7aaee111a532daec32fb09de5687053d1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -9990,9 +10029,9 @@ ...@@ -9990,9 +10029,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/vimeo/psalm/issues", "issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm/tree/4.20.0" "source": "https://github.com/vimeo/psalm/tree/4.21.0"
}, },
"time": "2022-02-03T17:03:47+00:00" "time": "2022-02-18T04:34:15+00:00"
}, },
{ {
"name": "webmozart/path-util", "name": "webmozart/path-util",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment