Skip to content

Commit

Permalink
Merge pull request #64 from paul999/version_validation
Browse files Browse the repository at this point in the history
Validate composer.json via composer standards
  • Loading branch information
paul999 authored Sep 7, 2017
2 parents ed30b4e + 411bc3c commit d2fc4e0
Show file tree
Hide file tree
Showing 8 changed files with 682 additions and 44 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=5.5.0",
"php": ">=5.5.9",
"symfony/yaml": "~2.3|~3.0",
"symfony/console": "~2.3|~3.0",
"symfony/finder": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0",
"nikic/php-parser": "~3.0",
"gitonomy/gitlib": "0.1.*@dev",
"sensiolabs/ansi-to-html": "~1.1"
"sensiolabs/ansi-to-html": "~1.1",
"composer/composer": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "4.4.*",
Expand All @@ -27,7 +28,10 @@
"src/EPV.php"
],
"config": {
"bin-dir": "bin"
"bin-dir": "bin",
"platform": {
"php": "5.5.9"
}
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d2fc4e0

Please sign in to comment.