Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Apr 9, 2023
1 parent c8c6adc commit 67149ca
Show file tree
Hide file tree
Showing 6 changed files with 456 additions and 660 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: composer install

- name: Run unit tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

- name: Run static code analysis
run: vendor/bin/psalm
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build
vendor
phpunit.xml
.psalm
.phpunit.result.cache
.phpunit.cache
.php-cs-fixer.cache
.vscode
test.php
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"imbo/imbo": "dev-main",
"imbo/imbo-adapters-sdk": "dev-main",
"imbo/imbo-coding-standard": "^2.0",
"phpunit/phpunit": "^9.3",
"phpunit/phpunit": "^10.0",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.5"
},
Expand All @@ -40,8 +40,8 @@
}
},
"scripts": {
"test": "vendor/bin/phpunit --verbose",
"test:coverage": "vendor/bin/phpunit --verbose --coverage-html build/coverage --coverage-text",
"test": "vendor/bin/phpunit",
"test:coverage": "vendor/bin/phpunit --coverage-html build/coverage --coverage-text",
"sa": "vendor/bin/psalm",
"cs": "php-cs-fixer fix --dry-run --diff",
"ci": [
Expand Down

0 comments on commit 67149ca

Please sign in to comment.