Skip to content

Commit

Permalink
Nette 3.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
radimvaculik authored and jiripudil committed Apr 15, 2019
1 parent b30a617 commit 2730caa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3

before_install:
- travis_retry composer self-update
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -17,14 +17,14 @@
},
"require": {
"php": ">= 7.1.0",
"nette/di": "^2.4",
"nette/utils": "^2.4",
"nette/di": "^3.0",
"nette/utils": "^3.0",
"psr/container": "1.0",
"slim/slim": "^3.0"
},
"require-dev": {
"nette/bootstrap": "^2.4.0",
"nette/tester": "^2.0.0"
"nette/tester": "^2.2",
"nette/bootstrap": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/DI/SlimExtension.php
Expand Up @@ -5,7 +5,7 @@
namespace Oops\SlimNetteBridge\DI;

use Nette\DI\CompilerExtension;
use Nette\DI\Statement;
use Nette\DI\Definitions\Statement;
use Nette\PhpGenerator\PhpLiteral;
use Nette\Utils\ArrayHash;
use Oops\SlimNetteBridge\Application\ApplicationFactory;
Expand Down

0 comments on commit 2730caa

Please sign in to comment.