Skip to content

Commit cf04fb8

Browse files
committed
Relaxed dependencies
1 parent 57bfc3c commit cf04fb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
],
1313
"require": {
1414
"php": ">=5.3.0",
15-
"nette/di": "~2.2.0",
16-
"nette/http": "~2.2.0",
15+
"nette/di": "~2.2",
16+
"nette/http": "~2.2",
1717
"codeception/codeception": "~2.0"
1818
},
1919
"require-dev": {
2020
"squizlabs/php_codesniffer": "~1.4",
21-
"arachne/coding-style": "~0.2.0"
21+
"arachne/coding-style": "~0.2"
2222
},
2323
"autoload": {
2424
"psr-0": {

0 commit comments

Comments
 (0)