-
Notifications
You must be signed in to change notification settings - Fork 0
Update charcoal to support PHP 8.3 - 8.5 #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
8d92c55
f5d3ae1
3ad70a9
9f4efa5
9a9d0a1
b6d1264
dfd94ac
08fff27
b12447a
1627f42
e9eafd6
7adf894
a8ea26f
dc3f349
8f7a66b
8c6dbcd
e07c83c
c7fce1b
5078f99
76b9d66
42c58e9
70daf98
918bb2d
38d1d0f
3d1c3e6
37fd820
95b0b4a
d6b7f9f
6abcad3
c507b33
79cea4f
6ec4fa8
e1d0533
f5e7757
3fd7602
2bd9c36
ed60e31
c059842
5ccb74b
56572cc
974baad
2babf02
5767547
4fef607
404f7da
e8feb4f
7043f5f
ca7cf92
9e9180a
df5c9e6
8ddcbd9
3828759
1968226
f0e6c6c
d0208d2
2724c0c
f550df0
814c0d3
3ef5ce0
d418950
341856d
7c426e9
2c5f91f
5c0248e
23f6338
6179d9e
e9d38e8
cf4a96f
60a6a97
c3c957a
5e4415f
453e4d8
782d01b
50334bc
0a2c295
fb999bb
48771ae
1e1e248
364906c
247a6cd
35d2af4
3d7d577
c610168
37b5682
5f15581
00139fa
9245ddd
f15eb63
05797be
dfa5069
c8c1a8b
09b8b98
c3e0d39
9fef649
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| name: charcoal | ||
| type: php | ||
| docroot: "" | ||
| php_version: "8.5" | ||
| webserver_type: apache-fpm | ||
| xdebug_enabled: true | ||
| additional_hostnames: [] | ||
| additional_fqdns: [] | ||
| database: | ||
| type: mariadb | ||
| version: "10.11" | ||
| use_dns_when_possible: true | ||
| composer_version: "2" | ||
| web_environment: | ||
| - XDEBUG_MODE=coverage,debug,develop | ||
| corepack_enable: false |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| [PHP] | ||
| xdebug.mode=coverage,debug,develop |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
| .phpunit.result.cache | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. With |
||
| phpunit.xml.dist.bak | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I recommend removing this rule. |
||
| .phpunit.cache | ||
| charcoal_test | ||
| node_modules/ | ||
| packages/**/composer.lock | ||
|
|
@@ -7,3 +9,6 @@ phpstan.neon | |
| phpunit.xml | ||
| psalm.xml | ||
| vendor/ | ||
| tests/logs | ||
| build/report/ | ||
| packages/**/build/report | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a
.gitattributesfile and exclude.ddevwithexport-ignore.https://php.watch/articles/composer-gitattributes