Skip to content

Commit 3abf347

Browse files
author
Genar Trias Ortiz
committed
Removing composer.lock and trying to fix phpunit issues with travis-ci, refs #3
1 parent c1b178d commit 3abf347

File tree

3 files changed

+3
-1825
lines changed

3 files changed

+3
-1825
lines changed

.gitignore

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"guzzlehttp/guzzle": "~6.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^6.1",
29+
"phpunit/phpunit": "*",
3030
"symfony/var-dumper": "^3.2"
3131
}
3232
}

0 commit comments

Comments
 (0)