Initial project push.
This commit is contained in:
24
composer.json
Normal file
24
composer.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user