Skip to content

Commit

Permalink
Fixed test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Jun 24, 2024
1 parent 836c7cd commit 8252195
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"php": "^8.1",
"ext-curl": "*",
"guzzlehttp/guzzle": "~7.0",
"illuminate/console": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0",
"illuminate/process": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0",
"illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0",
"illuminate/console": "^10.0|^11.0",
"illuminate/process": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"nesbot/carbon": "~2.0|^3.0"
},
"require-dev": {
"orchestra/testbench": "^9.1",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "~2.0",
"phpstan/phpstan": "^1.10",
"symfony/var-dumper": "~5.0|^6.0|^7.0"
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ parameters:
- src
level: 0
ignoreErrors:
- "#Parameter#"
- "#Call to static method error\\(\\)\\ on an unknown class Log.#"
excludePaths:
- "src/Providers/PayPalServiceProvider.php"

0 comments on commit 8252195

Please sign in to comment.