Skip to content

Commit 0472954

Browse files
committed
Update composer.json to use tomzx/php-semver-checker v0.10.0.
- Bump dependency tomzx/php-semver-checker to ~0.10 - Add back the dependency to a custom implementation of nikic/php-parser
1 parent 68cbfe4 commit 0472954

File tree

2 files changed

+188
-82
lines changed

2 files changed

+188
-82
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"issues": "https://github.com/tomzx/php-semver-checker-git/issues"
2222
},
2323
"repositories": [
24+
{
25+
"type": "vcs",
26+
"url": "https://github.com/tomzx/php-parser"
27+
},
2428
{
2529
"type": "vcs",
2630
"url": "https://github.com/tomzx/gitter"
@@ -31,9 +35,10 @@
3135

3236
"herrera-io/phar-update": "~2.0",
3337
"klaussilveira/gitter": "dev-php-semver-checker",
38+
"nikic/php-parser": "dev-features/php-semver-checker",
3439
"symfony/console": "~2.7|~3.0",
3540
"tomzx/finder": "~0.1",
36-
"tomzx/php-semver-checker": "~0.9.1",
41+
"tomzx/php-semver-checker": "~0.10",
3742
"vierbergenlars/php-semver": "~3.0"
3843
},
3944
"require-dev": {

0 commit comments

Comments
 (0)