Skip to content

Commit 4a19cc4

Browse files
committed
Update nikic/php-parser dependency to ^3.1.
Initial commit of the composer.lock.
1 parent 306776f commit 4a19cc4

File tree

2 files changed

+2139
-12
lines changed

2 files changed

+2139
-12
lines changed

composer.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,15 @@
1919
"support": {
2020
"issues": "https://github.com/tomzx/php-semver-checker/issues"
2121
},
22-
"repositories": [
23-
{
24-
"type": "vcs",
25-
"url": "https://github.com/tomzx/php-parser"
26-
}
27-
],
2822
"require": {
2923
"php": ">=5.5.0",
3024

31-
"hassankhan/config": "~0.10",
32-
"herrera-io/phar-update": "~2.0",
33-
"nikic/php-parser": "dev-features/php-semver-checker",
34-
"symfony/console": "~2.7|~3.0",
35-
"symfony/yaml": "~2.7|~3.0",
36-
"tomzx/finder": "~0.1"
25+
"hassankhan/config": "^0.10",
26+
"herrera-io/phar-update": "^2.0",
27+
"nikic/php-parser": "^3.1",
28+
"symfony/console": "^2.7|^3.0",
29+
"symfony/yaml": "^2.7|^3.0",
30+
"tomzx/finder": "^0.1"
3731
},
3832
"require-dev": {
3933
"mockery/mockery": "~0.9",

0 commit comments

Comments
 (0)