Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lookyman committed Jul 4, 2016
1 parent ca3cd2b commit 66b05f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.6",
"nette/di": "^2.3",
"nette/di": "^2.4@dev",
"texy/texy": "^2.8"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion tests/DI/TexyExtensionTest.php
Expand Up @@ -30,7 +30,6 @@ private function createContainer(array $extensions = [], array $config = [])
$compiler->addExtension($name, $extension);
}
$compiler->addConfig($config);
return (array) $compiler->compile();
}];
if (getenv('NETTE') === 'nette-2.3') {
array_unshift($args, '');
Expand Down

0 comments on commit 66b05f3

Please sign in to comment.