Skip to content

Commit

Permalink
Merge pull request #12 from sturents/craig/composer-updates
Browse files Browse the repository at this point in the history
Update composer.json to widen dependencies
  • Loading branch information
M1ke authored Aug 18, 2023
2 parents e93e8d6 + 158f025 commit 237fe74
Show file tree
Hide file tree
Showing 27 changed files with 100 additions and 1,002 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ src/Test/
swagger/api.json
swagger-json
examples/_config.php
composer.lock
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "sturents/api",
"type": "library",
"license": "MIT",
"authors": [
{
Expand All @@ -8,14 +9,16 @@
}
],
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "~6.0",
"netresearch/jsonmapper": "^1.4",
"psr/http-message": "^1.0"
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"netresearch/jsonmapper": "^1.4 || ^2.0 || ^3.0 || ^4.0",
"psr/http-message": "^1.1 || ^2.0",
"ext-json": "*"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"sturents/swagger-php-model-generator": "^0.1"
"roave/security-advisories": "dev-latest",
"sturents/swagger-php-model-generator": "^0.1",
"vimeo/psalm": "^5.14"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 237fe74

Please sign in to comment.