File tree Expand file tree Collapse file tree 2 files changed +2139
-12
lines changed Expand file tree Collapse file tree 2 files changed +2139
-12
lines changed Original file line number Diff line number Diff line change 19
19
"support" : {
20
20
"issues" : " https://github.com/tomzx/php-semver-checker/issues"
21
21
},
22
- "repositories" : [
23
- {
24
- "type" : " vcs" ,
25
- "url" : " https://github.com/tomzx/php-parser"
26
- }
27
- ],
28
22
"require" : {
29
23
"php" : " >=5.5.0" ,
30
24
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"
37
31
},
38
32
"require-dev" : {
39
33
"mockery/mockery" : " ~0.9" ,
You can’t perform that action at this time.
0 commit comments