We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cbfe4 commit 0472954Copy full SHA for 0472954
composer.json
@@ -21,6 +21,10 @@
21
"issues": "https://github.com/tomzx/php-semver-checker-git/issues"
22
},
23
"repositories": [
24
+ {
25
+ "type": "vcs",
26
+ "url": "https://github.com/tomzx/php-parser"
27
+ },
28
{
29
"type": "vcs",
30
"url": "https://github.com/tomzx/gitter"
@@ -31,9 +35,10 @@
31
35
32
36
"herrera-io/phar-update": "~2.0",
33
37
"klaussilveira/gitter": "dev-php-semver-checker",
38
+ "nikic/php-parser": "dev-features/php-semver-checker",
34
39
"symfony/console": "~2.7|~3.0",
40
"tomzx/finder": "~0.1",
- "tomzx/php-semver-checker": "~0.9.1",
41
+ "tomzx/php-semver-checker": "~0.10",
42
"vierbergenlars/php-semver": "~3.0"
43
44
"require-dev": {
0 commit comments