summaryrefslogtreecommitdiffstats
path: root/src/Service/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-03 13:34:43 +0200
committerRemi Collet <remi@remirepo.net>2019-06-03 13:34:43 +0200
commitc0113290bb5f0c22ff8d9c5388078d1ebb1578ef (patch)
tree675ec1e89fd77f85bba63ca76ad3b9d5aded357b /src/Service/composer.json
parent6ca4fa12ab5e1d07f0b709373a0e53c37ef62454 (diff)
v1.1.2
Diffstat (limited to 'src/Service/composer.json')
-rw-r--r--src/Service/composer.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/Service/composer.json b/src/Service/composer.json
new file mode 100644
index 0000000..5434117
--- /dev/null
+++ b/src/Service/composer.json
@@ -0,0 +1,34 @@
+{
+ "name": "symfony/service-contracts",
+ "type": "library",
+ "description": "Generic abstractions related to writing services",
+ "keywords": ["abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards"],
+ "homepage": "https://symfony.com",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "require": {
+ "php": "^7.1.3"
+ },
+ "suggest": {
+ "psr/container": "",
+ "symfony/service-implementation": ""
+ },
+ "autoload": {
+ "psr-4": { "Symfony\\Contracts\\Service\\": "" }
+ },
+ "minimum-stability": "dev",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1-dev"
+ }
+ }
+}