19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "potter/environment",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Environment\\": "src/Potter/Environment/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {}
|
|
}
|