mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 01:02:25 +01:00
29 lines
709 B
JSON
29 lines
709 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.2",
|
|
"psr/http-message": "^1.0",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8",
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"flyeralarm/php-code-validator": "^2.2",
|
|
"vimeo/psalm": "^3.4",
|
|
"psalm/plugin-phpunit": "^0.7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DesignPatterns\\": ""
|
|
}
|
|
}
|
|
}
|