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 33db535 commit 00f1503Copy full SHA for 00f1503
.gitignore
@@ -1,3 +1,4 @@
1
# common
2
.idea
3
-/nbproject
+/nbproject
4
+/vendor/
composer.json
@@ -0,0 +1,20 @@
+{
+ "name": "domnikl/design-patterns-php",
+ "description": "Sample code for several design patterns in PHP",
+ "authors": [
5
+ {
6
+ "name": "Dominik Liebler",
7
+ "email": "liebler.dominik@googlemail.com"
8
+ }
9
+ ],
10
+ "minimum-stability": "stable",
11
+ "require-dev": {
12
+ "phpunit/phpunit": "3.7.*",
13
+ "squizlabs/php_codesniffer": "1.5.*"
14
+ },
15
+ "autoload": {
16
+ "psr-4": {
17
+ "DesignPatterns\\": ""
18
19
20
+}
0 commit comments