mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-22 16:54:13 +01:00
24 lines
534 B
JSON
24 lines
534 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": {
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=5.5.4",
|
|
"squizlabs/php_codesniffer": "1.5.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DesignPatterns\\": ""
|
|
}
|
|
}
|
|
}
|