24 lines
514 B
JSON
24 lines
514 B
JSON
{
|
|
"name": "potter/application",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^8.5",
|
|
"illuminate/contracts": "^13.17",
|
|
"laravel/framework": "^13.17",
|
|
"symfony/http-kernel": "^8.1"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Application\\": "src/Potter/Application/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|