File tree Expand file tree Collapse file tree 3 files changed +65
-70
lines changed
Expand file tree Collapse file tree 3 files changed +65
-70
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments