Skip to content

Commit f13367d

Browse files
committed
Bump php-semver-checker to 0.15.1
This fixes issues with added support for PHP 8.0/8.1.
1 parent d03c1ef commit f13367d

File tree

2 files changed

+579
-244
lines changed

2 files changed

+579
-244
lines changed

composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"name": "Tom Rochette",
1616
"email": "[email protected]",
17-
"homepage": "http://www.tomrochette.com"
17+
"homepage": "https://www.tomrochette.com"
1818
}
1919
],
2020
"support": {
@@ -27,17 +27,15 @@
2727
}
2828
],
2929
"require": {
30-
"php": ">=7.3.0",
30+
"php": ">=7.3",
3131
"klaussilveira/gitter": "dev-php-semver-checker",
3232
"symfony/console": "^4.4|^5.1",
33-
"tomzx/finder": "^0.1",
34-
"tomzx/php-semver-checker": "^0.14",
35-
"vierbergenlars/php-semver": "^3.0.2",
36-
"symfony/process": "^3.4"
33+
"tomzx/php-semver-checker": "^0.15.1",
34+
"vierbergenlars/php-semver": "^3.0.2"
3735
},
3836
"require-dev": {
39-
"mockery/mockery": "^1.0",
40-
"phpunit/phpunit": "^9.5"
37+
"mockery/mockery": "^1.4.4",
38+
"phpunit/phpunit": "^9.5.10"
4139
},
4240
"bin": [
4341
"bin/php-semver-checker-git"

0 commit comments

Comments
 (0)