We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 480c027 + 26525eb commit 9b639b6Copy full SHA for 9b639b6
.github/workflows/php-cs-fixer.yml
@@ -20,10 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v2
24
- with:
25
- ref: ${{ github.head_ref }}
26
- token: ${{ secrets.PHP_CS_FIXER }}
+ uses: actions/checkout@v3
27
- name: Run PHP CS Fixer
28
uses: docker://oskarstark/php-cs-fixer-ga
29
with:
composer.json
@@ -21,7 +21,7 @@
"require": {
"php": "^8.0",
"guzzlehttp/guzzle": "^7.5",
- "illuminate/support": "^8.0 || ^9.0",
+ "illuminate/support": "^8.0 || ^9.0 || ^10.0",
"nesbot/carbon": "^2.64"
},
"require-dev": {
0 commit comments