Skip to content

Commit

Permalink
Merge pull request #54 from tipsyphp/create-function-dep
Browse files Browse the repository at this point in the history
Create function dep
  • Loading branch information
arzynik authored Jan 23, 2018
2 parents aef32fd + 5ea831d commit 0bdfca7
Show file tree
Hide file tree
Showing 7 changed files with 525 additions and 71 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/vendor/
.DS_Store
nohup.out
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ language:
- php

php:
- 5.5
- 5.6
- 7
- 7.1

env:
- DB=mysql
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"php": ">=5.5.0"
},
"require-dev": {
"satooshi/php-coveralls": "0.7.0"
"satooshi/php-coveralls": "0.7.0",
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0bdfca7

Please sign in to comment.