Created
May 25, 2017 14:32
-
-
Save davidhemphill/b9b6f2f004aabbfca26b38c0951a29f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "hemp/zombie", | |
"description": "Zttp", | |
"keywords": ["framework", "laravel"], | |
"license": "MIT", | |
"type": "project", | |
"autoload": { | |
"files": [ | |
"helpers.php" | |
] | |
}, | |
}, | |
"minimum-stability": "dev", | |
"prefer-stable": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function yes() | |
{ | |
return true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment