Skip to content

Commit

Permalink
Merge pull request #100 from milan-miscevic/upgrade
Browse files Browse the repository at this point in the history
Polishing PR
  • Loading branch information
milan-miscevic authored Apr 1, 2022
2 parents c38d07a + a42d029 commit a8dd6a7
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 64 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v2"
- uses: "php-actions/composer@v1"
- run: "vendor/bin/infection --min-msi=80"
- env:
INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
run: "vendor/bin/infection --min-msi=80"

phpstan:
name: "PHPStan static analysis"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Milan Miščević
Copyright (c) 2018 Milan Miščević

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"php": "^7.4 || ^8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.7.0",
"friendsofphp/php-cs-fixer": "^3.8.0",
"infection/infection": "^0.26.6",
"phpstan/phpstan": "^1.4.9",
"phpstan/phpstan": "^1.5.2",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^9.5.18",
"phpunit/phpunit": "^9.5.19",
"vimeo/psalm": "^4.22.0"
},
"autoload": {
Expand Down
114 changes: 55 additions & 59 deletions composer.lock

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

0 comments on commit a8dd6a7

Please sign in to comment.