Skip to content

Commit 2b09bbd

Browse files
committed
Officially forked the project.
1 parent f8d5568 commit 2b09bbd

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2009-2023, Sebastian Bergmann
3+
Copyright (c) 2009-2023, Sebastian Bergman
4+
Copyright (c) 2025, PHP Experts, Inc.
5+
46
All rights reserved.
57

68
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
`phploc` is a tool for quickly measuring the size and analyzing the structure of a PHP project.
44

5+
This is a maintained, up-to-date fork of [Sebastian Bergmann's PHPLoc](https://github.com/sebastianbergmann/phploc).
6+
57
## Forked Changes
68

79
## Version 8.0.0
810
* **[2025-04-11 13:02:04 CDT]** Added support for PHPUnit v10.
911

10-
1112
## Installation
1213

1314
This tool is distributed as a [PHP Archive (PHAR)](https://php.net/phar):

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
{
22
"name": "phploc/phploc",
33
"description": "A tool for quickly measuring the size of a PHP project.",
4-
"homepage": "https://github.com/sebastianbergmann/phploc",
4+
"homepage": "https://github.com/PHPExpertsInc/phploc",
55
"license": "BSD-3-Clause",
66
"authors": [
77
{
88
"name": "Sebastian Bergmann",
99
"email": "[email protected]",
10+
"role": "Founder"
11+
},
12+
{
13+
"name": "Theodore R. Smith",
14+
"email": "[email protected]",
15+
"homepage": "https://www.linkedin.com/in/tedrsmith",
1016
"role": "lead"
1117
}
1218
],
1319
"support": {
14-
"issues": "https://github.com/sebastianbergmann/phploc/issues"
20+
"issues": "https://github.com/PHPExpertsInc/phploc/issues"
1521
},
1622
"config": {
1723
"optimize-autoloader": true,

0 commit comments

Comments
 (0)