Skip to content

Commit

Permalink
Merge pull request #42 from krystal/chore/build-release-ci
Browse files Browse the repository at this point in the history
fix: lock PSR HTTP Message to 1.0.1
  • Loading branch information
bencromwell authored Feb 3, 2025
2 parents 66ab8a1 + f6b1655 commit ff43a41
Show file tree
Hide file tree
Showing 6 changed files with 914 additions and 841 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Katapult WHMCS Module

Access the full documentation for this module at [Katapult Developer Docs](https://developers.katapult.io/docs/category/whmcs).
Access the full documentation for this module at [Katapult Developer Docs](https://docs.katapult.io/docs/dev/whmcs/overview).

## Requirements

Expand Down
17 changes: 14 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^8.1",
"ext-pdo": "*",
"krystal/katapult": "^5.1.0",
"grizzlyware/salmon-whmcs": "^1.1",
"guzzlehttp/psr7": "^2.6"
"krystal/katapult": "^5.3",
"psr/http-message": "1.0.1"
},
"license": "MIT",
"authors": [
Expand All @@ -16,6 +16,13 @@
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"source": "https://github.com/krystal/katapult-whmcs",
"issues": "https://github.com/krystal/katapult-whmcs/issues",
"docs": "https://docs.katapult.io/docs/dev/whmcs/overview",
"chat": "https://discord.com/channels/899710864716857384/899713986633818163"
},
"autoload": {
"files": [
"helpers.php"
Expand All @@ -35,16 +42,20 @@
"illuminate/database": "^7",
"illuminate/support": "^7",
"nesbot/carbon": "^2.46",
"nyholm/psr7": "^1.6",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^10",
"squizlabs/php_codesniffer": "^3.8",
"symfony/console": "^5.2",
"symfony/filesystem": "^5.2"
},
"config": {
"platform": {
"php": "8.1"
},
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
"php-http/discovery": false
}
},
"scripts": {
Expand Down
Loading

0 comments on commit ff43a41

Please sign in to comment.