Skip to content

Commit 05bce99

Browse files
committed
Merge pull request #1 from GrahamCampbell/patch-1
Improved version constraints
2 parents 53b1e6d + 864827a commit 05bce99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"require": {
1616
"php": ">=5.3.0",
17-
"jakub-onderka/php-console-color": "0.1"
17+
"jakub-onderka/php-console-color": "~0.1"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "3.7.*",
21-
"jakub-onderka/php-parallel-lint": "0.*",
22-
"squizlabs/php_codesniffer": "1.*",
23-
"jakub-onderka/php-code-style": "1.0"
20+
"phpunit/phpunit": "~4.0",
21+
"jakub-onderka/php-parallel-lint": "~0.5",
22+
"squizlabs/php_codesniffer": "~1.5",
23+
"jakub-onderka/php-code-style": "~1.0"
2424
}
2525
}

0 commit comments

Comments
 (0)