Skip to content

Instantly share code, notes, and snippets.

@davidhemphill
Created May 25, 2017 14:32
Show Gist options
  • Save davidhemphill/b9b6f2f004aabbfca26b38c0951a29f7 to your computer and use it in GitHub Desktop.
Save davidhemphill/b9b6f2f004aabbfca26b38c0951a29f7 to your computer and use it in GitHub Desktop.
{
"name": "hemp/zombie",
"description": "Zttp",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"autoload": {
"files": [
"helpers.php"
]
},
},
"minimum-stability": "dev",
"prefer-stable": true
}
<?php
function yes()
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment