Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit a35defc

Browse files
author
calvinalkan
committed
Update dependency on calvinalkan/interfaces to 0.1.2
1 parent c57c4b8 commit a35defc

File tree

4 files changed

+25
-130
lines changed

4 files changed

+25
-130
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.3",
1515
"illuminate/support": "8.35.1",
16-
"calvinalkan/base-container": "0.1.3"
16+
"calvinalkan/base-container": "0.1.5"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.0",

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/TestStubs/DifferentContainer.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,9 @@ public function singleton($abstract, $concrete)
9090
// TODO: Implement singleton() method.
9191
}
9292

93+
public function implementation()
94+
{
95+
// TODO: Implement implementation() method.
96+
}
97+
9398
}

tests/Unit/InterfaceListenerTest.php

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)