Skip to content

Commit 233fc40

Browse files
committed
Merge pull request #32 from GrahamCampbell/patch-1
Improved version constraints
2 parents f3c25d3 + e178fdd commit 233fc40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"php": ">=5.3.3"
88
},
99
"require-dev": {
10-
"nette/tester": "v1.1.0",
11-
"jakub-onderka/php-console-highlighter": "@dev"
10+
"nette/tester": "~1.1",
11+
"jakub-onderka/php-console-highlighter": "~0.3"
1212
},
1313
"suggest": {
1414
"jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"

0 commit comments

Comments
 (0)