Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Update to stable release of Nette
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJurasek committed Apr 7, 2019
1 parent ccadf38 commit 17f5776
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ env:
- NETTE=~2.2.0

php:
- 5.4
- 5.5
- 5.6
- 7.2
- 7.3
- hhvm

matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"require": {
"php": "^7.2",
"nette/application": "^3.0-RC2",
"nette/di": "^3.0-RC3",
"nette/application": "^3.0",
"nette/di": "^3.0",
"nette/utils": "^3.0",
"latte/latte": "^2.5"
},
Expand Down
1 change: 0 additions & 1 deletion src/IPub/VisualPaginator/DI/VisualPaginatorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

use Nette;
use Nette\DI;
use Nette\PhpGenerator as Code;

class VisualPaginatorExtension extends DI\CompilerExtension
{
Expand Down

0 comments on commit 17f5776

Please sign in to comment.