Skip to content

Commit 6974d3a

Browse files
committed
initial release
1 parent aa562e1 commit 6974d3a

File tree

3 files changed

+65
-70
lines changed

3 files changed

+65
-70
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build Status](https://travis-ci.org/php-service-bus/sagas.svg?branch=master)](https://travis-ci.org/php-service-bus/sagas)
2-
[![Code Coverage](https://scrutinizer-ci.com/g/php-service-bus/sagas/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/php-service-bus/sagas/?branch=master)
3-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-service-bus/sagas/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/php-service-bus/sagas/?branch=master)
1+
[![Build Status](https://travis-ci.org/php-service-bus/sagas.svg?branch=v3.0)](https://travis-ci.org/php-service-bus/sagas)
2+
[![Code Coverage](https://scrutinizer-ci.com/g/php-service-bus/sagas/badges/coverage.png?b=v3.0)](https://scrutinizer-ci.com/g/php-service-bus/sagas/?branch=v3.0)
3+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-service-bus/sagas/badges/quality-score.png?b=v3.0)](https://scrutinizer-ci.com/g/php-service-bus/sagas/?branch=v3.0)
44

55
## What is it?
66

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
},
4141
"require": {
4242
"php": ">=7.2",
43-
"php-service-bus/common": "dev-master",
44-
"php-service-bus/storage-common": "dev-master"
43+
"php-service-bus/common": "^v3.0",
44+
"php-service-bus/storage-common": "^v3.0"
4545
},
4646
"require-dev": {
47-
"php-service-bus/storage-sql": "dev-master",
48-
"php-service-bus/annotations-reader": "dev-master",
47+
"php-service-bus/storage-sql": "^v3.0",
48+
"php-service-bus/annotations-reader": "^v3.0",
4949
"doctrine/dbal": "^v2.6",
5050
"phpunit/phpunit": "^7",
51-
"vimeo/psalm": "dev-master"
51+
"vimeo/psalm": "^v3"
5252
},
5353
"prefer-stable": true,
5454
"minimum-stability": "dev",

composer.lock

Lines changed: 57 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)