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 @@ ...@@ -2,6 +2,7 @@
"type": "project", "type": "project",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"require": { "require": {
"php": "^7.3",
"dbp/api-core-bundle": "@dev", "dbp/api-core-bundle": "@dev",
"dbp/api-starter-bundle": "@dev", "dbp/api-starter-bundle": "@dev",
"symfony/apache-pack": "^1.0", "symfony/apache-pack": "^1.0",
......
This diff is collapsed.
...@@ -21,7 +21,7 @@ class MyCustomPersonProvider implements PersonProviderInterface ...@@ -21,7 +21,7 @@ class MyCustomPersonProvider implements PersonProviderInterface
return []; return [];
} }
public function getPerson(string $id, bool $full): Person public function getPerson(string $id): Person
{ {
// TODO: Implement getPerson() method. // TODO: Implement getPerson() method.
return new Person(); return new Person();
......
...@@ -196,6 +196,9 @@ ...@@ -196,6 +196,9 @@
"psr/container": { "psr/container": {
"version": "1.0.0" "version": "1.0.0"
}, },
"psr/http-client": {
"version": "1.0.1"
},
"psr/http-message": { "psr/http-message": {
"version": "1.0.1" "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