Skip to content

Instantly share code, notes, and snippets.

@abouvier
Created August 3, 2016 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abouvier/8859793688aaa0ae645e36247f94c3af to your computer and use it in GitHub Desktop.
Save abouvier/8859793688aaa0ae645e36247f94c3af to your computer and use it in GitHub Desktop.
Install RedBeanPHP with composer
{
"require": {
"gabordemooij/redbean": "^4.3"
},
"scripts": {
"post-update-cmd": [
"cd vendor/gabordemooij/redbean && php replica2.php onlyphp"
],
"post-install-cmd": [
"@post-update-cmd"
]
},
"autoload": {
"files": [
"vendor/gabordemooij/redbean/rb.php"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment