Skip to content

Commit 1970c10

Browse files
committed
Fix deprecation error
1 parent b67536e commit 1970c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"codeception/codeception": "^2.3.2",
1717
"nette/bootstrap": "^3.0.0",
1818
"nette/di": "^3.0.0",
19-
"nette/http": "^3.0.0"
19+
"nette/http": "^3.0.0@dev"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^2.7.0@dev",

0 commit comments

Comments
 (0)