Skip to content

Commit 9b639b6

Browse files
authored
Merge pull request #161 from Sammyjo20/feature/support-laravel-10
Feature | Support Laravel 10
2 parents 480c027 + 26525eb commit 9b639b6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v2
24-
with:
25-
ref: ${{ github.head_ref }}
26-
token: ${{ secrets.PHP_CS_FIXER }}
23+
uses: actions/checkout@v3
2724
- name: Run PHP CS Fixer
2825
uses: docker://oskarstark/php-cs-fixer-ga
2926
with:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.0",
2323
"guzzlehttp/guzzle": "^7.5",
24-
"illuminate/support": "^8.0 || ^9.0",
24+
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
2525
"nesbot/carbon": "^2.64"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)