Skip to content

Commit 0110832

Browse files
committed
Nette 2.4 to composer, travis update
1 parent 01f325c commit 0110832

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88

99
matrix:
1010
allow_failures:
11-
# - php: hhvm
11+
- php: hhvm
1212

1313
install:
1414
- composer install --no-interaction --prefer-source

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
}
2626
},
2727
"require": {
28-
"nette/application" : "~2.3.0",
28+
"nette/application" : "^2.3|^2.4",
2929
"ublaboo/datagrid" : "~2.3|~3.0",
30-
"nette/database" : "~2.3.0",
31-
"nette/caching" : "~2.3",
30+
"nette/database" : "^2.3|^2.4",
31+
"nette/caching" : "^2.3|^2.4",
3232
"greenlion/php-sql-parser" : "~4.0"
3333
},
3434
"require-dev": {
3535
"nette/tester" : "~1.6.1",
36-
"tracy/tracy" : "~2.3.0",
36+
"tracy/tracy" : "^2.3|^2.4",
3737
"mockery/mockery" : "~0.9"
3838
}
3939
}

0 commit comments

Comments
 (0)