We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17068ad commit 894b43cCopy full SHA for 894b43c
README.md
@@ -1,5 +1,6 @@
1
# Singleton Pattern
2
[](https://scrutinizer-ci.com/g/byjg/SingletonPatternPHP/?branch=master)
3
+[](https://codeclimate.com/github/byjg/SingletonPatternPHP)
4
5
## Description
6
@@ -34,7 +35,7 @@ $example = Example::getInstance();
34
35
36
## Install
37
-Just type: `composer install "byjg/singleton-pattern=1.0.0"`
38
+Just type: `composer install "byjg/singleton-pattern=1.0.1"`
39
40
## References
41
0 commit comments