Skip to content
Snippets Groups Projects
Commit 02e8cf37 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update dependencies

parent 79dc69d7
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
"type": "project",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^7.3",
"dbp/api-core-bundle": "@dev",
"dbp/api-starter-bundle": "@dev",
"symfony/apache-pack": "^1.0",
......
This diff is collapsed.
......@@ -21,7 +21,7 @@ class MyCustomPersonProvider implements PersonProviderInterface
return [];
}
public function getPerson(string $id, bool $full): Person
public function getPerson(string $id): Person
{
// TODO: Implement getPerson() method.
return new Person();
......
......@@ -196,6 +196,9 @@
"psr/container": {
"version": "1.0.0"
},
"psr/http-client": {
"version": "1.0.1"
},
"psr/http-message": {
"version": "1.0.1"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment