composer init
This commit is contained in:
@@ -1 +1,2 @@
|
||||
/nbproject/
|
||||
/vendor/
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "potter/resource",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"php": "^8.5"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Potter\\Resource\\": "src/Potter/Resource/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jay Potter",
|
||||
"email": "j@ypotter.ca"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable"
|
||||
}
|
||||
Reference in New Issue
Block a user