Skip to content

Commit

Permalink
Merge pull request #19 from xray-labs/develop
Browse files Browse the repository at this point in the history
Branch Merger
  • Loading branch information
sjspereira authored Sep 14, 2024
2 parents d5020af + 10d60e7 commit 421f040
Show file tree
Hide file tree
Showing 80 changed files with 1,546 additions and 582 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: ./vendor/bin/phpstan analyse

- name: Run Pest
run: ./vendor/bin/pest --coverage --min=100 --parallel
run: ./vendor/bin/pest --coverage --min=76 --parallel
2 changes: 1 addition & 1 deletion captainhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"action": "./vendor/bin/phpstan analyse"
},
{
"action": "./vendor/bin/pest --coverage --min=100 --parallel"
"action": "./vendor/bin/pest --coverage --min=76 --parallel"
}
]
},
Expand Down
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require-dev": {
"laravel/pint": "^1.16",
"phpstan/phpstan": "^1.11",
"pestphp/pest": "^2.34",
"pestphp/pest": "^3.0",
"symfony/var-dumper": "^7.0",
"phpmd/phpmd": "^2.15",
"squizlabs/php_codesniffer": "^3.10",
Expand All @@ -39,13 +39,17 @@
],
"autoload": {
"psr-4": {
"Xray\\AzureStoragePhpSdk\\": "src/",
"Xray\\Tests\\": "tests/"
"Xray\\AzureStoragePhpSdk\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Xray\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 421f040

Please sign in to comment.