We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f325c commit 0110832Copy full SHA for 0110832
.travis.yml
@@ -8,7 +8,7 @@ php:
8
9
matrix:
10
allow_failures:
11
- # - php: hhvm
+ - php: hhvm
12
13
install:
14
- composer install --no-interaction --prefer-source
composer.json
@@ -25,15 +25,15 @@
25
}
26
},
27
"require": {
28
- "nette/application" : "~2.3.0",
+ "nette/application" : "^2.3|^2.4",
29
"ublaboo/datagrid" : "~2.3|~3.0",
30
- "nette/database" : "~2.3.0",
31
- "nette/caching" : "~2.3",
+ "nette/database" : "^2.3|^2.4",
+ "nette/caching" : "^2.3|^2.4",
32
"greenlion/php-sql-parser" : "~4.0"
33
34
"require-dev": {
35
"nette/tester" : "~1.6.1",
36
- "tracy/tracy" : "~2.3.0",
+ "tracy/tracy" : "^2.3|^2.4",
37
"mockery/mockery" : "~0.9"
38
39
0 commit comments