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

Commit

Permalink
Update dependency on calvinalkan/interfaces to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinalkan committed May 16, 2021
1 parent c57c4b8 commit a35defc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 130 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.3",
"illuminate/support": "8.35.1",
"calvinalkan/base-container": "0.1.3"
"calvinalkan/base-container": "0.1.5"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions tests/TestStubs/DifferentContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,9 @@ public function singleton($abstract, $concrete)
// TODO: Implement singleton() method.
}

public function implementation()
{
// TODO: Implement implementation() method.
}

}
110 changes: 0 additions & 110 deletions tests/Unit/InterfaceListenerTest.php

This file was deleted.

0 comments on commit a35defc

Please sign in to comment.