Skip to content

Commit 7d759ba

Browse files
committed
update/improve
1 parent 2d73547 commit 7d759ba

File tree

10 files changed

+1221
-1199
lines changed

10 files changed

+1221
-1199
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 4
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = true
12+
insert_final_newline = true
13+
14+
[Makefile]
15+
indent_style = tab

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
"psr-4": {
1717
"App\\": "src",
1818
"App\\Tests\\": "tests",
19-
"Database\\Factories\\": "factories"
19+
"Database\\Factories\\": "src/factories"
2020
},
2121
"files": [
22-
"src/config/loaders.php",
23-
"src/config/schema.php"
22+
"src/config/loaders.php",
23+
"src/config/schema.php"
2424
]
2525
},
2626
"require": {
27-
"illuminate/database": "^9",
28-
"symfony/finder": "^6.0",
27+
"illuminate/database": "^12",
28+
"symfony/finder": "^7.0",
2929
"fakerphp/faker": "^1.20",
30-
"illuminate/events": "^9",
31-
"psy/psysh": "^0.11.8"
30+
"illuminate/events": "^12",
31+
"psy/psysh": "^0.12"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^9.5",
34+
"phpunit/phpunit": "^12.0",
3535
"squizlabs/php_codesniffer": "^3.7"
3636
}
3737
}

0 commit comments

Comments
 (0)