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

Commit

Permalink
compatibility with php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinalkan committed Apr 4, 2021
1 parent a5de409 commit 003a44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BaseContainerAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class BaseContainerAdapter implements SniccoContainerAdapter {
/** @var Container */
private $container;

private string $name = 'illuminate_container';
private $name = 'illuminate_container';

public function __construct( IlluminateContainer $container = NULL ) {

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"homepage": "https://github.com/calvinalkan/base-container/",

"require": {
"php": "^7.3",
"illuminate/container": "^8.0",
"calvinalkan/interfaces": "0.1.0"
},
Expand Down

0 comments on commit 003a44b

Please sign in to comment.