mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-01-17 21:48:59 +01:00
21 lines
485 B
JSON
21 lines
485 B
JSON
{
|
|
"name": "domnikl/design-patterns-php",
|
|
"description": "Sample code for several design patterns in PHP",
|
|
"authors": [
|
|
{
|
|
"name": "Dominik Liebler",
|
|
"email": "liebler.dominik@googlemail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.6.*",
|
|
"squizlabs/php_codesniffer": "1.5.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DesignPatterns\\": ""
|
|
}
|
|
}
|
|
}
|