Skip to content

Commit

Permalink
Merge pull request #1 from Catalin-Ionut/master
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
marmureanuweb authored Jul 1, 2023
2 parents 14f54bd + 6359db4 commit 00f5a73
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 @@ -24,16 +24,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 00f5a73

Please sign in to comment.