Skip to content

Commit

Permalink
Slim.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerox committed May 31, 2017
1 parent 9be8d55 commit 639023e
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/composer.phar
/vendor/
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# slim-test


```bash
$ ./composer.phar install
```
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"slim/slim": "^3.0"
}
}
308 changes: 308 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 639023e

Please sign in to comment.