Skip to content

Commit 1163819

Browse files
committed
Merge branch 'prepare-next' into develop
2 parents d2d8add + 946a3c5 commit 1163819

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1425
-242
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- 'ubuntu-latest'
2323
- 'windows-latest'
2424
- 'macos-latest'
25-
php: [8.2]
25+
php: [8.3]
2626
dependency-version: [prefer-stable]
2727

2828
name: PHP${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

.make/project/app/app.Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ _cleanse_message:
9696

9797
_do_cleanse:
9898
@-${_DC_EXEC} ${APP_CONTAINER} find /app/lib/.rendered -mindepth 1 -not -name '.gitignore' -delete
99-
@-${_DC_EXEC} ${APP_CONTAINER} find /app/lib/template/.cache -mindepth 1 -not -name '.gitignore' -delete
99+
@-${_DC_EXEC} ${APP_CONTAINER} find /app/lib/App/template/.cache -mindepth 1 -not -name '.gitignore' -delete
100100

101101
_update_message:
102102
@${_ECHO} "\n${_C_SELECT} ${PROJECT_NAME} ${_C_STOP} ${_C_INFO}Update tables...${_C_STOP}\n";

.make/project/readme.md

Whitespace-only changes.

.tools/.report/.phploc/.phploc_baseline

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
phploc 7.0.2 by Sebastian Bergmann.
22

33
Directories 3
4-
Files 7
4+
Files 8
55

66
Size
7-
Lines of Code (LOC) 6649
8-
Comment Lines of Code (CLOC) 51 (0.77%)
9-
Non-Comment Lines of Code (NCLOC) 6598 (99.23%)
10-
Logical Lines of Code (LLOC) 55 (0.83%)
11-
Classes 46 (83.64%)
7+
Lines of Code (LOC) 6666
8+
Comment Lines of Code (CLOC) 53 (0.80%)
9+
Non-Comment Lines of Code (NCLOC) 6613 (99.20%)
10+
Logical Lines of Code (LLOC) 57 (0.86%)
11+
Classes 46 (80.70%)
1212
Average Class Length 15
1313
Minimum Class Length 5
1414
Maximum Class Length 28
@@ -18,12 +18,12 @@ Size
1818
Average Methods Per Class 6
1919
Minimum Methods Per Class 5
2020
Maximum Methods Per Class 8
21-
Functions 5 (9.09%)
21+
Functions 6 (10.53%)
2222
Average Function Length 1
23-
Not in classes or functions 4 (7.27%)
23+
Not in classes or functions 5 (8.77%)
2424

2525
Cyclomatic Complexity
26-
Average Complexity per LLOC 0.76
26+
Average Complexity per LLOC 0.74
2727
Average Complexity per Class 10.67
2828
Minimum Class Complexity 3.00
2929
Maximum Class Complexity 20.00

bin/console

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ require_once __DIR__ . '/../vendor/autoload.php';
44

55
$application = new Symfony\Component\Console\Application();
66

7-
$application->add(new AlecRabbit\WCWidth\Command\GenerateTablesCommand());
7+
$application->add(new AlecRabbit\WCWidth\App\Command\GenerateTablesCommand());
88

99
$application->run();

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,15 @@
2929
"prefer-stable": true,
3030
"autoload": {
3131
"psr-4": {
32-
"AlecRabbit\\WCWidth\\Builder\\": "lib\\Builder",
33-
"AlecRabbit\\WCWidth\\Command\\": "lib\\Command",
34-
"AlecRabbit\\WCWidth\\Core\\": "lib\\Core",
32+
"AlecRabbit\\WCWidth\\App\\": "lib\\App",
3533
"AlecRabbit\\WCWidth\\Kernel\\": "src\\Kernel"
3634
},
3735
"files": [
36+
"src\\bootstrap.php",
3837
"src\\File\\versions.php",
3938
"src\\File\\wide.php",
4039
"src\\File\\zero.php",
41-
"src\\bootstrap.php"
40+
"src\\Kernel\\version.php"
4241
]
4342
},
4443
"autoload-dev": {

composer.lock

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

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
&service-app app:
5-
image: php:8.2-cli-alpine
5+
image: php:8.3-cli-alpine
66
hostname: *service-app
77
volumes:
88
- ./:${WORKING_DIR}

docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note: This Dockerfile creates a general purpose development image.
2-
FROM php:8.2-cli-alpine
2+
FROM php:8.3-cli-alpine
33

44
COPY --from=composer /usr/bin/composer /usr/bin/composer
55

@@ -8,7 +8,7 @@ ARG EXT_EVENT_VERSION=3.0.8
88
ARG EXT_MONGODB_VERSION=1.16.2
99
ARG EXT_REDIS_VERSION=5.3.7
1010
ARG EXT_UUID_VERSION=1.2.0
11-
ARG EXT_XDEBUG_VERSION=3.2.2
11+
ARG EXT_XDEBUG_VERSION=3.3.1
1212

1313
ARG WORKING_DIR=/app
1414

@@ -19,7 +19,7 @@ ARG PHIVE_VERSION_KEY=0x6AF725270AB81E04D79442549D8A98B29B2D5D79
1919
ARG COMPOSER_UNUSED_KEY=0x3026B3ADAD51C8E74122DA1FB1B5F6D21AB070E1
2020
ARG DEPTRAC_VERSION_KEY=0x41DDE07547459FAECFA17813B8F640134AB1782E
2121
ARG ERGEBNIS_COMPOSER_NORMALIZE_KEY=0x0FDE18AE1D09E19F60F6B1CBC00543248C87FB13
22-
ARG PHP_CODESNIFFER_KEY=0xA972B9ABB95D0B760B51442231C7E470E2138192
22+
ARG PHP_CODESNIFFER_KEY=0x95DE904AB800754A11D80B605E6DDE998AB73B8E
2323
ARG PHP_CS_FIXER_VERSION_KEY=0xBBAB5DF0A0D6672989CF1869E82B2FB314E9906E
2424
ARG PHPLOC_VERSION_KEY=0x4AA394086372C20A
2525
ARG PSALM_VERSION_KEY=0x2DE50EB60C013FFFA831040D12CE0F1D262429A5

lib/.glibc/src/readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
For reference.

0 commit comments

Comments
 (0)