diff --git a/composer.json b/composer.json index 92c30f0..2286c20 100644 --- a/composer.json +++ b/composer.json @@ -22,10 +22,10 @@ } }, "require": { - "php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0", - "nette/utils": "~2.4.0|~2.5.0|~3.0.0|~3.1.0|~3.2.0", - "nette/http": "~2.4.0|~3.0.0|~3.1.0|~3.2.0", - "nette/application": "~2.4.0|~3.0.0|~3.1.0", + "php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0", + "nette/utils": "~2.4.0|~2.5.0|~3.0.0|~3.1.0|~3.2.0|~4.0.0", + "nette/http": "~2.4.0|~3.0.0|~3.1.0|~3.2.0|~3.3.0", + "nette/application": "~2.4.0|~3.0.0|~3.1.0|~3.2.0", "mpdf/mpdf": "^8.0", "paquettg/php-html-parser": "^2.1.0" },