Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
aiphee authored and aiphee committed Aug 12, 2017
1 parent 0b2ed52 commit 4e183ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"nette/tester": "^2.0",
"nette/di": "^2.4 || ~3.0.0",
"latte/latte": "^2.4",
"tracy/tracy": "^2.4"
"tracy/tracy": "^2.4",
"nette/coding-standard": "dev-master"
},
"suggest": {
"ext-pdo_sqlite": "to use SQLiteStorage or SQLiteJournal"
Expand Down
1 change: 0 additions & 1 deletion tests/Storages/FileStorage.clean-all.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use Nette\Caching\Cache;
use Nette\Caching\Storages\FileStorage;
use Tester\Assert;


require __DIR__ . '/../bootstrap.php';


Expand Down

0 comments on commit 4e183ff

Please sign in to comment.