Skip to content

Commit

Permalink
Release/0.0.4+cache guard (#10)
Browse files Browse the repository at this point in the history
* Feature/complex tokens (#8)

* Init feature

* Cover 100%

* Add demo for the feature + up composer.lock

* Feature/cache guard (#9)

* Update composer.json
  • Loading branch information
AlexMiroshnikov committed Apr 17, 2016
1 parent 7049e1c commit a263095
Show file tree
Hide file tree
Showing 38 changed files with 1,705 additions and 82 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,4 +2,5 @@
vendor
tests/coverage
tests/coverage.txt
tests/profiling
diff
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "mufuphlex/cplt",
"type": "library",
"license": "GPL-3.0",
"version": "0.0.3",
"version": "0.0.4",
"authors": [
{
"name": "AlexMirohsnikov"
Expand All @@ -21,6 +21,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^5.3"
"phpunit/phpunit": ">=5.3"
}
}

0 comments on commit a263095

Please sign in to comment.