Skip to content

Commit a076645

Browse files
committed
Updated to stable versions for all dependencies
1 parent 57b7ebd commit a076645

File tree

3 files changed

+210
-297
lines changed

3 files changed

+210
-297
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"homepage": "https://php-api-clients.org/clients/travis/",
44
"description": "Async first TravisCI PHP API Client",
55
"license": "MIT",
6-
"minimum-stability": "dev",
7-
"prefer-stable": true,
86
"authors": [
97
{
108
"name": "Cees-Jan Kiewiet",
@@ -18,7 +16,7 @@
1816
"require": {
1917
"php": "^7.0",
2018
"api-clients/client-services": "^1.0",
21-
"api-clients/foundation": "dev-master",
19+
"api-clients/foundation": "^1.0",
2220
"api-clients/middleware-json": "^3.0||^2.0",
2321
"api-clients/middleware-token-authorization": "^3.0",
2422
"api-clients/middleware-user-agent": "^2.0",
@@ -29,7 +27,7 @@
2927
"require-dev": {
3028
"api-clients/middleware-delay": "^3.0",
3129
"api-clients/middleware-pool": "^3.0",
32-
"api-clients/resource-generator": "dev-master",
30+
"api-clients/resource-generator": "^1.0",
3331
"api-clients/test-utilities": "^4.1"
3432
},
3533
"suggest": {

0 commit comments

Comments
 (0)