|
21 | 21 | "issues": "https://github.com/tomzx/php-semver-checker-git/issues"
|
22 | 22 | },
|
23 | 23 | "repositories": [
|
24 |
| - { |
25 |
| - "type": "vcs", |
26 |
| - "url": "https://github.com/tomzx/php-parser" |
27 |
| - }, |
28 | 24 | {
|
29 | 25 | "type": "vcs",
|
30 | 26 | "url": "https://github.com/tomzx/gitter"
|
31 | 27 | }
|
32 | 28 | ],
|
33 | 29 | "require": {
|
34 |
| - "php": ">=5.4.0", |
| 30 | + "php": ">=5.5.9", |
35 | 31 |
|
36 |
| - "herrera-io/phar-update": "~2.0", |
| 32 | + "herrera-io/phar-update": "^2.0", |
37 | 33 | "klaussilveira/gitter": "dev-php-semver-checker",
|
38 |
| - "nikic/php-parser": "dev-features/php-semver-checker", |
39 |
| - "symfony/console": "~2.7|~3.0", |
40 |
| - "tomzx/finder": "~0.1", |
41 |
| - "tomzx/php-semver-checker": "~0.10", |
42 |
| - "vierbergenlars/php-semver": "~3.0" |
| 34 | + "symfony/console": "^2.7|^3.0", |
| 35 | + "tomzx/finder": "^0.1", |
| 36 | + "tomzx/php-semver-checker": "^0.11", |
| 37 | + "vierbergenlars/php-semver": "^3.0" |
43 | 38 | },
|
44 | 39 | "require-dev": {
|
45 |
| - "mockery/mockery": "~0.9", |
46 |
| - "phpunit/phpunit": "~4.0|~5.0" |
| 40 | + "mockery/mockery": "^0.9", |
| 41 | + "phpunit/phpunit": "^4.0|^5.0" |
47 | 42 | },
|
48 | 43 | "bin": [
|
49 | 44 | "bin/php-semver-checker-git"
|
|
58 | 53 | "PHPSemVerCheckerGit\\Test\\": "tests/PHPSemVerCheckerGit"
|
59 | 54 | }
|
60 | 55 | },
|
| 56 | + "config": { |
| 57 | + "platform": { |
| 58 | + "php": "5.5.9" |
| 59 | + } |
| 60 | + }, |
61 | 61 | "extra": {
|
62 | 62 | "branch-alias": {
|
63 | 63 | "dev-master": "0.6-dev"
|
|
0 commit comments