Skip to content

Commit

Permalink
Merge pull request #1926 from hydephp/bump-dependencies
Browse files Browse the repository at this point in the history
Update monorepo dependencies
  • Loading branch information
caendesilva authored Jul 31, 2024
2 parents 95b4551 + 305a6fc commit 7cca50c
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 448 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Run Psalm
id: analysis
run: vendor/bin/psalm > psalmout.txt || exit 0
run: vendor/bin/psalm --show-info=true > psalmout.txt || exit 0

- name: Print Psalm output
run: cat psalmout.txt
Expand Down
3 changes: 0 additions & 3 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,14 @@
},
"require-dev": {
"desilva/psalm-coverage": "dev-master",
"driftingly/rector-laravel": "^1.2.0",
"hyde/monorepo-dev-tools": "*",
"hyde/realtime-compiler": "*",
"hyde/testing": "*",
"jetbrains/phpstorm-attributes": "^1.0",
"laravel/tinker": "^2.7",
"pestphp/pest-plugin-type-coverage": "^2.8",
"php-parallel-lint/php-parallel-lint": "^1.3",
"pestphp/pest-plugin-type-coverage": "2.x-dev",
"phpstan/phpstan": "^1.8",
"psalm/plugin-laravel": "^2.11",
"rector/rector": "^1.2.1",
"squizlabs/php_codesniffer": "^3.7"
"psalm/plugin-laravel": "^2.11"
},
"replace": {
"symfony/polyfill-php72": "*",
Expand Down
Loading

0 comments on commit 7cca50c

Please sign in to comment.