27 lines
657 B
JSON
27 lines
657 B
JSON
{
|
|
"name": "potter/environment",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\": "src/Potter/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"graham-campbell/result-type": ">=1.1.4",
|
|
"phpoption/phpoption": ">=1.9.5",
|
|
"potter/container": ">=0.0.1",
|
|
"symfony/polyfill-ctype": ">=1.37.0",
|
|
"symfony/polyfill-mbstring": ">=1.38.2",
|
|
"symfony/polyfill-php80": ">=1.37.0",
|
|
"vlucas/phpdotenv": ">=5.6.4"
|
|
}
|
|
}
|