Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Mar 22, 2016
1 parent 4acdf70 commit 350742c
Show file tree
Hide file tree
Showing 13 changed files with 867 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
vendor
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "rngr/cache",
"type": "library",
"description": "Simple Cache library",
"keywords": ["directus", "cache", "rngr"],
"homepage": "http://getdirectus.com",
"license": "MIT",
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7.0"
},
"autoload": {
"psr-4": {
"RNGR\\Cache\\": "src/"
}
}
}
Loading

0 comments on commit 350742c

Please sign in to comment.