Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from spinen/develop
Browse files Browse the repository at this point in the history
Merge dev into master
  • Loading branch information
Thai-Son Le authored Feb 18, 2022
2 parents be54e7f + 973808d commit a427d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest

- name: PHP Security Checker
uses: StephaneBour/actions-php-security-checker@1.0
uses: symfonycorp/security-checker-action@v2
if: ${{ matrix.stability == 'prefer-stable' }}
with:
composer-lock: './composer.lock'

- name: Execute tests
run: vendor/bin/phpunit --coverage-clover=coverage.clover --verbose
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ext-json": "*",
"firebase/php-jwt": "^5.0",
"guzzlehttp/guzzle": "~6.3|~7",
"laravel/framework": "~5.5|~6|~7|~8",
"laravel/framework": "~5.5|~6|~7|~8|~9",
"nesbot/carbon": "~1.2|~2",
"vlucas/phpdotenv": "^3.6|^4.0|^5.0"
},
Expand Down

0 comments on commit a427d87

Please sign in to comment.