Skip to content

Commit 24df456

Browse files
committed
Fix phpunit in repo
1 parent 54c5166 commit 24df456

3 files changed

Lines changed: 203 additions & 118 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ before_script:
1010
- composer install --no-interaction
1111
- pecl update-channels; pecl install grpc-1.3.2
1212
script:
13-
- vendor/bin/phpunit --configuration phpunit.xml.dist
13+
- phpunit --configuration phpunit.xml.dist
1414
matrix:
1515
fast_finish: true

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "bigcommerce/grphp",
33
"description": "gRPC PHP Framework",
44
"type": "library",
5-
"minimum-stability": "dev",
65
"license": "MIT",
76
"repositories": [
87
{ "type": "vcs", "url": "https://github.com/bigcommerce/grpc-php" }
@@ -17,5 +16,7 @@
1716
},
1817
"autoload": {
1918
"psr-4": { "": "src/"}
20-
}
19+
},
20+
"minimum-stability": "dev",
21+
"prefer-stable": true
2122
}

0 commit comments

Comments
 (0)