Skip to content

Commit 37dbe8f

Browse files
committed
Relaxed dependencies
1 parent 521f7e1 commit 37dbe8f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"php": ">=5.3.0",
14-
"nette/application": "~2.2.0",
15-
"nette/forms": "~2.2.0",
16-
"nette/utils": "~2.2.0",
17-
"latte/latte": "~2.2.0"
14+
"nette/application": "~2.2",
15+
"nette/forms": "~2.2",
16+
"nette/utils": "~2.2",
17+
"latte/latte": "~2.2"
1818
},
1919
"autoload": {
2020
"psr-0": {
21-
"NasExt\\Controls\\": "src/"
22-
}
21+
"NasExt\\Controls\\": "src/"
22+
}
2323
}
2424
}

0 commit comments

Comments
 (0)