Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonmacharia committed May 14, 2022
1 parent e0ec8f7 commit 5bbb9c4
Show file tree
Hide file tree
Showing 9 changed files with 1,195 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: vendor/bin/heroku-php-apache2 web/
6 changes: 6 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "PHP Type Juggling Challenge",
"description": "A Trivial PHP Type Juggling Challenge",
"repository": "https://github.com/bensonmacharia/php-type-juggling",
"addons": []
}
6 changes: 6 additions & 0 deletions bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"require" : {
"symfony/twig-bridge": "^3"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*"
}
}
Loading

0 comments on commit 5bbb9c4

Please sign in to comment.