Skip to content

Commit

Permalink
Merge pull request #37 from sj-i/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sj-i committed Jun 10, 2021
2 parents f6bfbf3 + 8675894 commit de50187
Show file tree
Hide file tree
Showing 20 changed files with 1,749 additions and 970 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run psalm
run: ./vendor/bin/psalm --shepherd --show-info=true --diff --diff-methods --output-format=github
run: ./vendor/bin/psalm --shepherd --show-info=true --output-format=github
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"ext-ffi": "*",
"ext-pcntl": "*",
"ext-filter": "*",
Expand All @@ -29,12 +29,12 @@
"require-dev": {
"ext-posix": "*",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "^3.11",
"squizlabs/php_codesniffer": "*",
"vimeo/psalm": "^4.7",
"squizlabs/php_codesniffer": "^3.6",
"mockery/mockery": "^1.3",
"psalm/plugin-mockery": "^0.3.0",
"jetbrains/phpstorm-stubs": "dev-master",
"twinh/php-coveralls": "^2.3"
"php-coveralls/php-coveralls": "^2.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit de50187

Please sign in to comment.