From ff528e70a07f2f9ea1f6258e469cbd01d48a8c3a Mon Sep 17 00:00:00 2001 From: calvinalkan Date: Sun, 16 May 2021 17:13:54 -0500 Subject: [PATCH] update dependency on calvinalkan/interfaces to 0.1.2 --- BaseContainerAdapter.php | 14 +++++++++++--- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/BaseContainerAdapter.php b/BaseContainerAdapter.php index 7d59ae3..f4c28aa 100644 --- a/BaseContainerAdapter.php +++ b/BaseContainerAdapter.php @@ -1,6 +1,10 @@ container->bind($abstract, $concrete ); @@ -104,4 +107,9 @@ public function singleton($abstract, $concrete) $this->container->singleton($abstract, $concrete); } + public function implementation() + { + return $this->container; + } + } \ No newline at end of file diff --git a/composer.json b/composer.json index 9382487..d139073 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.3", "illuminate/container": "8.35.1", - "calvinalkan/interfaces": "0.1.1" + "calvinalkan/interfaces": "0.1.2" }, "license": "GPL-2.0-or-later", diff --git a/composer.lock b/composer.lock index 5ce96b5..e16645d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a7c5e844b6338fdc99786c193db9a9ec", + "content-hash": "c443832695abf7144071ac7bf2ab2194", "packages": [ { "name": "calvinalkan/interfaces", - "version": "0.1.1", + "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/calvinalkan/interfaces.git", - "reference": "73a20799a1d14e633e6a622a2803cf43afd66da3" + "reference": "0fea90f9b44aba562a865c8d2618d8a3cc456d4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/calvinalkan/interfaces/zipball/73a20799a1d14e633e6a622a2803cf43afd66da3", - "reference": "73a20799a1d14e633e6a622a2803cf43afd66da3", + "url": "https://api.github.com/repos/calvinalkan/interfaces/zipball/0fea90f9b44aba562a865c8d2618d8a3cc456d4d", + "reference": "0fea90f9b44aba562a865c8d2618d8a3cc456d4d", "shasum": "" }, "type": "library", @@ -46,9 +46,9 @@ ], "support": { "issues": "https://github.com/calvinalkan/interfaces/issues", - "source": "https://github.com/calvinalkan/interfaces/tree/0.1.1" + "source": "https://github.com/calvinalkan/interfaces/tree/0.1.2" }, - "time": "2021-04-17T00:56:00+00:00" + "time": "2021-05-16T22:09:45+00:00" }, { "name": "illuminate/container", @@ -103,16 +103,16 @@ }, { "name": "illuminate/contracts", - "version": "v8.37.0", + "version": "v8.41.0", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "5764f703ea8f74ced163125d810951cd5ef2b7e1" + "reference": "64abbe2aeee0855a11cfce49d0ea08a0aa967cd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/5764f703ea8f74ced163125d810951cd5ef2b7e1", - "reference": "5764f703ea8f74ced163125d810951cd5ef2b7e1", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/64abbe2aeee0855a11cfce49d0ea08a0aa967cd2", + "reference": "64abbe2aeee0855a11cfce49d0ea08a0aa967cd2", "shasum": "" }, "require": { @@ -147,7 +147,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-04-01T13:09:31+00:00" + "time": "2021-05-06T14:58:48+00:00" }, { "name": "psr/container",