Skip to content

Commit

Permalink
Merge pull request #1 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Improved version constraints
  • Loading branch information
JakubOnderka committed Jul 14, 2014
2 parents 53b1e6d + 864827a commit 05bce99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -14,12 +14,12 @@
},
"require": {
"php": ">=5.3.0",
"jakub-onderka/php-console-color": "0.1"
"jakub-onderka/php-console-color": "~0.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"jakub-onderka/php-parallel-lint": "0.*",
"squizlabs/php_codesniffer": "1.*",
"jakub-onderka/php-code-style": "1.0"
"phpunit/phpunit": "~4.0",
"jakub-onderka/php-parallel-lint": "~0.5",
"squizlabs/php_codesniffer": "~1.5",
"jakub-onderka/php-code-style": "~1.0"
}
}

0 comments on commit 05bce99

Please sign in to comment.