Skip to content

Commit

Permalink
Composer: relax deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 10, 2021
1 parent 3195147 commit 282e8d5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Expand Up @@ -17,16 +17,15 @@
"require": {
"php": ">=7.2",
"facebook/graph-sdk": "^5.6",
"nette/di": "~3.0.0",
"nette/http": "~3.0.1"
"nette/di": "^3.0.0",
"nette/http": "^3.0.1"
},
"require-dev": {
"ninjify/nunjuck": "^0.2.0",
"ninjify/qa": "^0.8.0",
"phpstan/extension-installer": "^1.0",
"ninjify/qa": "^0.12",
"ninjify/nunjuck": "^0.4",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-nette": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11"
},
"autoload": {
Expand Down

0 comments on commit 282e8d5

Please sign in to comment.