31 lines
534 B
JSON
31 lines
534 B
JSON
{
|
|
"name": "kukulis/readable-example",
|
|
"description": "Example for presentation",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "Giedrius Tumelis"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Example\\": "sources/Example/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"psr/event-dispatcher": "^1.0",
|
|
"symfony/uid": "^5.4",
|
|
"guzzlehttp/guzzle": "^7.9",
|
|
"ext-pdo": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
}
|
|
}
|