Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin-Ionut committed Dec 1, 2021
1 parent e8a54d7 commit 6359db4
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 87 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"sort-packages": true
},
"require": {
"php": ">=7.2.5",
"php": ">=7.4",
"ext-curl": "*",
"ext-json": "*",
"netresearch/jsonmapper": "^2.1",
"netresearch/jsonmapper": "^4.0",
"symfony/http-client": "^5.1"
},
"scripts": {
"analyse": "vendor/bin/phpstan analyse -c phpstan.neon"
},
"require-dev": {
"phpstan/phpstan": "^0.12.30"
"phpstan/phpstan": "^1.2.0"
}
}
Loading

0 comments on commit 6359db4

Please sign in to comment.