Skip to content

Commit 8d6c247

Browse files
committed
Update dependencies
1 parent 6eb14e2 commit 8d6c247

File tree

3 files changed

+399
-249
lines changed

3 files changed

+399
-249
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ php:
44
before_install:
55
- composer self-update
66
install: composer install --dev
7-
script: phpunit
7+
script: php vendor/bin/phpunit

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
],
77
"license": "MIT",
88
"type": "library",
9-
"min-stability": "stable",
109
"require": {
1110
"php": ">=7.1",
1211
"activecollab/containeraccess": "^1.0",

0 commit comments

Comments
 (0)