36 lines
671 B
JSON
36 lines
671 B
JSON
{
|
|
"name": "brenard/eesyphpexample",
|
|
"description": "Example app using EesyPHP framework",
|
|
"type": "project",
|
|
"license": "GPL-3.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EesyPHPExample\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Benjamin Renard",
|
|
"email": "brenard@easter-eggs.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../"
|
|
}
|
|
],
|
|
"require": {
|
|
"brenard/eesyphp": "@dev",
|
|
"brenard/php-unidecode": "dev-master"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "2.0.x-dev"
|
|
}
|
|
}
|