origo/composer.json

25 lines
507 B
JSON
Raw Permalink Normal View History

2026-01-15 09:50:55 -05:00
{
"name": "dan612/origo",
"type": "project",
"autoload": {
"psr-4": {
"Origo\\": "src/"
}
},
"authors": [
{
"name": "dan612",
"email": "dan@danchadwickdesign.com"
}
],
"require": {
"guzzlehttp/guzzle": "^7.10"
},
"scripts": {
"start": "sh scripts/start.sh",
"rebuild": "sh scripts/rebuild.sh",
"theme": "sh scripts/theme.sh",
"db-reset": "sh scripts/db-setup.sh"
}
}