We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6725b81 commit 6815f0dCopy full SHA for 6815f0d
3 files changed
.github/workflows/php-cs-fixer.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Run PHP CS Fixer
16
uses: docker://oskarstark/php-cs-fixer-ga
17
with:
18
- args: --config=.php_cs.dist.php --allow-risky=yes
+ args: --config=.php-cs-fixer.dist.php --allow-risky=yes
19
20
- name: Commit changes
21
uses: stefanzweifel/git-auto-commit-action@v4
.php_cs.dist.php .php-cs-fixer.dist.php.php_cs.dist.php renamed to .php-cs-fixer.dist.php
composer.json
@@ -14,7 +14,7 @@
14
],
"require": {
"laravel/ui": "^3.0",
- "illuminate/support": "^7.0|^8.0"
+ "illuminate/support": "^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
0 commit comments