diff --git a/composer.json b/composer.json index df85fa48e..3f178168b 100644 --- a/composer.json +++ b/composer.json @@ -99,7 +99,7 @@ "viserio/validation" : "self.version", "viserio/view" : "self.version" }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/cache-implementation" : "^1.0", "psr/container-implementation" : "^1.0", diff --git a/src/Viserio/Bus/composer.json b/src/Viserio/Bus/composer.json index 1b9fbdf7b..461eb0d24 100644 --- a/src/Viserio/Bus/composer.json +++ b/src/Viserio/Bus/composer.json @@ -49,7 +49,7 @@ "Viserio\\Bus\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/Cache/composer.json b/src/Viserio/Cache/composer.json index 92765c541..2667ff337 100644 --- a/src/Viserio/Cache/composer.json +++ b/src/Viserio/Cache/composer.json @@ -56,7 +56,7 @@ "phpunit/phpunit" : "^5.1", "viserio/container" : "self.version" }, - "provide": { + "provides": { "psr/cache-implementation" : "^1.0" }, "autoload": { diff --git a/src/Viserio/Connect/composer.json b/src/Viserio/Connect/composer.json index e01d074dd..c77eada40 100644 --- a/src/Viserio/Connect/composer.json +++ b/src/Viserio/Connect/composer.json @@ -44,7 +44,7 @@ "Viserio\\Connect\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "~1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/Console/composer.json b/src/Viserio/Console/composer.json index 23dca9c91..2329b5420 100644 --- a/src/Viserio/Console/composer.json +++ b/src/Viserio/Console/composer.json @@ -43,7 +43,7 @@ "Viserio\\Console\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/Contracts/composer.json b/src/Viserio/Contracts/composer.json index 3baea851d..d4fc034f4 100644 --- a/src/Viserio/Contracts/composer.json +++ b/src/Viserio/Contracts/composer.json @@ -49,7 +49,7 @@ "Viserio\\Contracts\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0", "psr/http-message-implementation" : "^1.0", diff --git a/src/Viserio/Cookie/composer.json b/src/Viserio/Cookie/composer.json index e8e550ec0..e507d7bd9 100644 --- a/src/Viserio/Cookie/composer.json +++ b/src/Viserio/Cookie/composer.json @@ -44,7 +44,7 @@ "Viserio\\Cookie\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "psr/http-message" : "^1.0", "psr/http-message-implementation" : "^1.0" }, diff --git a/src/Viserio/Events/composer.json b/src/Viserio/Events/composer.json index bec5b6d30..fcd2624d9 100644 --- a/src/Viserio/Events/composer.json +++ b/src/Viserio/Events/composer.json @@ -31,7 +31,7 @@ "phpunit/phpunit" : "^5.1", "viserio/container" : "self.version" }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/Exception/composer.json b/src/Viserio/Exception/composer.json index c1f8fae0e..274d2e855 100644 --- a/src/Viserio/Exception/composer.json +++ b/src/Viserio/Exception/composer.json @@ -45,7 +45,7 @@ "Viserio\\Exception\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "psr/http-message" : "^1.0", "psr/http-message-implementation" : "^1.0" }, diff --git a/src/Viserio/Foundation/composer.json b/src/Viserio/Foundation/composer.json index 899116cae..718aa8f45 100644 --- a/src/Viserio/Foundation/composer.json +++ b/src/Viserio/Foundation/composer.json @@ -43,7 +43,7 @@ "Viserio\\Foundation\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/Http/composer.json b/src/Viserio/Http/composer.json index ef1e6d56a..c36032f3f 100644 --- a/src/Viserio/Http/composer.json +++ b/src/Viserio/Http/composer.json @@ -41,7 +41,7 @@ "Viserio\\Http\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "psr/http-message" : "^1.0", "psr/http-message-implementation" : "^1.0" }, diff --git a/src/Viserio/HttpFactory/composer.json b/src/Viserio/HttpFactory/composer.json index ae9e06741..7f4210553 100644 --- a/src/Viserio/HttpFactory/composer.json +++ b/src/Viserio/HttpFactory/composer.json @@ -38,7 +38,7 @@ "Viserio\\HttpFactory\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "psr/http-message" : "^1.0", "psr/http-message-implementation" : "^1.0" }, diff --git a/src/Viserio/Log/composer.json b/src/Viserio/Log/composer.json index 3989b8bfb..7e7e4c2e4 100644 --- a/src/Viserio/Log/composer.json +++ b/src/Viserio/Log/composer.json @@ -41,7 +41,7 @@ "Viserio\\Log\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "psr/log-implementation" : "^1.0" }, "suggest": { diff --git a/src/Viserio/Middleware/composer.json b/src/Viserio/Middleware/composer.json index 131fc4d8c..0dd5d0dbf 100644 --- a/src/Viserio/Middleware/composer.json +++ b/src/Viserio/Middleware/composer.json @@ -39,7 +39,7 @@ "Viserio\\Middleware\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0", "psr/http-message" : "^1.0", diff --git a/src/Viserio/Parsers/composer.json b/src/Viserio/Parsers/composer.json index 9a1836649..09c01c7a0 100644 --- a/src/Viserio/Parsers/composer.json +++ b/src/Viserio/Parsers/composer.json @@ -44,7 +44,7 @@ "yosymfony/toml" : "^0.3", "viserio/container" : "self.version" }, - "provide": { + "provides": { "psr/http-message" : "^1.0", "psr/http-message-implementation" : "^1.0" }, diff --git a/src/Viserio/Pipeline/composer.json b/src/Viserio/Pipeline/composer.json index dfdf906b9..40ac485aa 100644 --- a/src/Viserio/Pipeline/composer.json +++ b/src/Viserio/Pipeline/composer.json @@ -42,7 +42,7 @@ "Viserio\\Pipeline\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/Queue/composer.json b/src/Viserio/Queue/composer.json index a0243f320..2fce4b1a4 100644 --- a/src/Viserio/Queue/composer.json +++ b/src/Viserio/Queue/composer.json @@ -50,7 +50,7 @@ "Viserio\\Queue\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/Routing/composer.json b/src/Viserio/Routing/composer.json index ddef5123e..168e15e96 100644 --- a/src/Viserio/Routing/composer.json +++ b/src/Viserio/Routing/composer.json @@ -47,7 +47,7 @@ "Viserio\\Tests\\Routing\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0", "psr/http-message" : "^1.0", diff --git a/src/Viserio/Session/composer.json b/src/Viserio/Session/composer.json index f6ba5cb18..5d94fe8eb 100644 --- a/src/Viserio/Session/composer.json +++ b/src/Viserio/Session/composer.json @@ -49,7 +49,7 @@ "Viserio\\Session\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0", "psr/http-message" : "^1.0", diff --git a/src/Viserio/StaticalProxy/composer.json b/src/Viserio/StaticalProxy/composer.json index f94dd78f8..5f7bd1b72 100644 --- a/src/Viserio/StaticalProxy/composer.json +++ b/src/Viserio/StaticalProxy/composer.json @@ -39,7 +39,7 @@ "Viserio\\StaticalProxy\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "~1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/Support/composer.json b/src/Viserio/Support/composer.json index 05e3d930b..9423dd2db 100644 --- a/src/Viserio/Support/composer.json +++ b/src/Viserio/Support/composer.json @@ -39,7 +39,7 @@ "Viserio\\Support\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/Validation/composer.json b/src/Viserio/Validation/composer.json index 4690d226b..710089b19 100644 --- a/src/Viserio/Validation/composer.json +++ b/src/Viserio/Validation/composer.json @@ -43,7 +43,7 @@ "Viserio\\Validation\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0" }, diff --git a/src/Viserio/View/composer.json b/src/Viserio/View/composer.json index fb3fcff54..69c0c7f9a 100644 --- a/src/Viserio/View/composer.json +++ b/src/Viserio/View/composer.json @@ -45,7 +45,7 @@ "Viserio\\View\\Tests\\" : "Tests/" } }, - "provide": { + "provides": { "container-interop/container-interop-implementation" : "^1.1", "psr/container-implementation" : "^1.0" },