Skip to content

Commit 1fb200c

Browse files
committed
update dependencies; types correction
1 parent 35746d0 commit 1fb200c

File tree

9 files changed

+737
-1201
lines changed

9 files changed

+737
-1201
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.3
54
- 7.4
65

76
services:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## What is it?
2-
[![Build Status](https://travis-ci.org/php-service-bus/mutex.svg?branch=v4.0)](https://travis-ci.org/php-service-bus/mutex)
3-
[![Code Coverage](https://scrutinizer-ci.com/g/php-service-bus/mutex/badges/coverage.png?b=v4.0)](https://scrutinizer-ci.com/g/php-service-bus/mutex/?branch=v4.0)
4-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-service-bus/mutex/badges/quality-score.png?b=v4.0)](https://scrutinizer-ci.com/g/php-service-bus/mutex/?branch=v4.0)
2+
[![Build Status](https://travis-ci.org/php-service-bus/mutex.svg?branch=v4.1)](https://travis-ci.org/php-service-bus/mutex)
3+
[![Code Coverage](https://scrutinizer-ci.com/g/php-service-bus/mutex/badges/coverage.png?b=v4.1)](https://scrutinizer-ci.com/g/php-service-bus/mutex/?branch=v4.1)
4+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-service-bus/mutex/badges/quality-score.png?b=v4.1)](https://scrutinizer-ci.com/g/php-service-bus/mutex/?branch=v4.1)
55

66
This component is part of the [PHP Service Bus](https://github.com/php-service-bus/service-bus): mutexes implementation.
77
> The code is partly based on the [amp/sync](https://github.com/amphp/sync) project.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
}
2828
},
2929
"require": {
30-
"php": ">=7.3",
30+
"php": ">=7.4",
3131
"amphp/amp": "v2.4.*",
3232
"amphp/file": "v1.0.*",
3333
"amphp/redis": "v1.0.*"
3434
},
3535
"require-dev": {
3636
"php-service-bus/code-style-config": "v1.2.*",
37-
"phpunit/phpunit": "v8.4.*",
38-
"vimeo/psalm": "v3.7.*",
39-
"phpstan/phpstan": "v0.11.*"
37+
"phpunit/phpunit": "v9.1.*",
38+
"vimeo/psalm": "v3.11.*",
39+
"phpstan/phpstan": "v0.12.*"
4040
},
4141
"prefer-stable": true,
4242
"minimum-stability": "dev",

0 commit comments

Comments
 (0)