Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added composer files to set up lando
  • Loading branch information
Shemona Singh authored and Shemona Singh committed Nov 4, 2017
1 parent 1b7b9a0 commit 172daca
Show file tree
Hide file tree
Showing 2,091 changed files with 177,911 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .lando.yml
@@ -0,0 +1,4 @@
name: twitter-clone
recipe: lamp
config:
webroot: www
11 changes: 11 additions & 0 deletions composer.json
@@ -0,0 +1,11 @@
{
"require" : {
"silex/silex": "^2.0.4",
"monolog/monolog": "^1.22",
"twig/twig": "^2.0",
"symfony/twig-bridge": "^3"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*"
}
}

0 comments on commit 172daca

Please sign in to comment.