We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c5166 commit 24df456Copy full SHA for 24df456
3 files changed
.travis.yml
@@ -10,6 +10,6 @@ before_script:
10
- composer install --no-interaction
11
- pecl update-channels; pecl install grpc-1.3.2
12
script:
13
- - vendor/bin/phpunit --configuration phpunit.xml.dist
+ - phpunit --configuration phpunit.xml.dist
14
matrix:
15
fast_finish: true
composer.json
@@ -2,7 +2,6 @@
2
"name": "bigcommerce/grphp",
3
"description": "gRPC PHP Framework",
4
"type": "library",
5
- "minimum-stability": "dev",
6
"license": "MIT",
7
"repositories": [
8
{ "type": "vcs", "url": "https://github.com/bigcommerce/grpc-php" }
@@ -17,5 +16,7 @@
17
16
},
18
"autoload": {
19
"psr-4": { "": "src/"}
20
- }
+ },
+ "minimum-stability": "dev",
21
+ "prefer-stable": true
22
}
0 commit comments