Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
assertchris committed Apr 28, 2017
0 parents commit fe8b59e
Show file tree
Hide file tree
Showing 8 changed files with 1,416 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea
examples.php
functions.php
vendor
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"require": {
"pre/short-closures": "^0.4.0"
},
"autoload": {
"files": ["paths.php"]
}
}
Loading

0 comments on commit fe8b59e

Please sign in to comment.