Skip to content

Commit

Permalink
Merge pull request #4 from JeremyDunn/security-updates
Browse files Browse the repository at this point in the history
Security updates
  • Loading branch information
JeremyDunn authored Jul 9, 2024
2 parents 60622d0 + a400b7b commit 75c45de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4,654 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ objsamples/sample-testing.php
.vscode
phpunit-*.phar
composer.phar
composer.lock
.idea
.cache
.cache
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ext-soap": "*",
"php": ">=8.1",
"robrichards/wse-php":"2.0.3",
"firebase/php-jwt":">=5.0.0"
"firebase/php-jwt": "^6.10"
},
"require-dev": {
"phpunit/phpunit":">=5.7.20",
Expand All @@ -36,5 +36,10 @@
"psr-4": {
"FuelSdk\\Test\\": "tests/"
}
},
"config": {
"allow-plugins": {
"phpdocumentor/unified-asset-installer": true
}
}
}
Loading

0 comments on commit 75c45de

Please sign in to comment.