Skip to content

Commit

Permalink
Composer: raise to PHP 7.2, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x authored Aug 8, 2019
1 parent ca06bf6 commit e7e003c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">= 7.1",
"php": "^7.2",
"nette/di": "~3.0.0",
"nette/utils": "~3.0.0",
"latte/latte": "~2.5.1",
Expand All @@ -21,7 +21,7 @@
"require-dev": {
"ninjify/qa": "^0.9",
"ninjify/nunjuck": "^0.2",
"nette/application": "^3.0"
"nette/application": "~3.0.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit e7e003c

Please sign in to comment.