Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Jan 9, 2024
1 parent 57a97f3 commit 36e690e
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dependency-versions: locked
composer-options: --no-ansi --no-interaction --no-progress
- name: Run PHPStan analyse
run: vendor/bin/phpstan analyse
run: vendor/bin/phpstan analyse --memory-limit 2G
- name: Run Psalm analyse
run: vendor/bin/psalm
test:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ ecs-fix:
static-analyze: phpstan psalm

phpstan:
vendor/bin/phpstan analyse
vendor/bin/phpstan analyse --memory-limit 2G
psalm:
vendor/bin/psalm
11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"async-aws/dynamo-db": "^3.0",
"aws/aws-sdk-php": "3.295.0",
"async-aws/dynamo-db": "^3.1",
"aws/aws-sdk-php": "3.295.8",
"fakerphp/faker": "^1.23",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
Expand All @@ -30,7 +30,7 @@
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.5",
"symfony/error-handler": "^5.4 || ^6.4 || ^7.0",
"symplify/easy-coding-standard": "^12.0",
"symplify/easy-coding-standard": "^12.1",
"vimeo/psalm": "^5.18"
},
"suggest": {
Expand All @@ -55,10 +55,5 @@
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"extra": {
"branch-alias": {
"dev-main": "2.1.x-dev"
}
}
}
Loading

0 comments on commit 36e690e

Please sign in to comment.