Skip to content

Commit 0ef9849

Browse files
authored
Merge pull request #16 from fmasa/feat/nette-3.0
Support for Nette 3.0
2 parents 3035664 + 0be6471 commit 0ef9849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"license": "MIT",
77
"require": {
88
"php": "^7.1",
9-
"nette/di": "^2.4.10",
10-
"nette/utils": "~2.3",
9+
"nette/di": "^2.4.10 || ^3.0",
10+
"nette/utils": "~2.3 || ^3.0",
1111
"simple-bus/message-bus": "^3.0"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^6.5",
15-
"nette/bootstrap": "^2.4",
15+
"nette/bootstrap": "^2.4 || ^3.0",
1616
"phpunit/phpcov": "^4.0",
1717
"satooshi/php-coveralls": "^2.0"
1818
},

0 commit comments

Comments
 (0)