Skip to content

Commit 0bdfca7

Browse files
authored
Merge pull request #54 from tipsyphp/create-function-dep
Create function dep
2 parents aef32fd + 5ea831d commit 0bdfca7

7 files changed

Lines changed: 525 additions & 71 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/vendor/
2+
.DS_Store
3+
nohup.out

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ language:
44
- php
55

66
php:
7-
- 5.5
8-
- 5.6
9-
- 7
7+
- 7.1
108

119
env:
1210
- DB=mysql

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"php": ">=5.5.0"
2323
},
2424
"require-dev": {
25-
"satooshi/php-coveralls": "0.7.0"
25+
"satooshi/php-coveralls": "0.7.0",
26+
"phpunit/phpunit": "3.7.*"
2627
},
2728
"autoload": {
2829
"psr-4": {

0 commit comments

Comments
 (0)