diff options
Diffstat (limited to 'src/Service/composer.json')
-rw-r--r-- | src/Service/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Service/composer.json b/src/Service/composer.json index 5434117..f4209cc 100644 --- a/src/Service/composer.json +++ b/src/Service/composer.json @@ -16,10 +16,10 @@ } ], "require": { - "php": "^7.1.3" + "php": "^7.1.3", + "psr/container": "^1.0" }, "suggest": { - "psr/container": "", "symfony/service-implementation": "" }, "autoload": { |