Skip to content

Commit 7f1018a

Browse files
committed
build: composer update
1 parent 7d2df1f commit 7f1018a

File tree

4 files changed

+21
-23
lines changed

4 files changed

+21
-23
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require-dev": {
1414
"fakerphp/faker": "^1.23",
1515
"laravel-fans/docker": "^1.0",
16-
"laravel-fans/lint": "^1.1",
16+
"laravel-fans/lint": "^9.2",
1717
"laravel/breeze": "^2.2",
1818
"laravel/pail": "^1.1",
1919
"laravel/pint": "^1.13",

composer.lock

+17-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml

-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
<!-- Include the whole PSR12 standard -->
1212
<rule ref="PSR12"/>
1313

14-
<!-- ignore ERROR: Each class must be in a namespace of at least one level (a top-level vendor name) -->
15-
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
16-
<exclude-pattern>/database/migrations/</exclude-pattern>
17-
<exclude-pattern>/database/seeds/</exclude-pattern>
18-
</rule>
19-
2014
<!-- ignore WARNING: No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them. -->
2115
<rule ref="Internal.NoCodeFound">
2216
<exclude-pattern>/resources/views/</exclude-pattern>

pint.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"preset": "psr12"
3+
}

0 commit comments

Comments
 (0)