Files
Environment/composer.json
T
2026-08-12 15:05:43 -04:00

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": {}
}