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

Commit a427d87

Browse files
author
Thai-Son Le
authored
Merge pull request #11 from spinen/develop
Merge dev into master
2 parents be54e7f + 973808d commit a427d87

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ jobs:
3737
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
3838

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

4543
- name: Execute tests
4644
run: vendor/bin/phpunit --coverage-clover=coverage.clover --verbose

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ext-json": "*",
2424
"firebase/php-jwt": "^5.0",
2525
"guzzlehttp/guzzle": "~6.3|~7",
26-
"laravel/framework": "~5.5|~6|~7|~8",
26+
"laravel/framework": "~5.5|~6|~7|~8|~9",
2727
"nesbot/carbon": "~1.2|~2",
2828
"vlucas/phpdotenv": "^3.6|^4.0|^5.0"
2929
},

0 commit comments

Comments
 (0)