Skip to content

Commit baa97bb

Browse files
update
1 parent 7d54d0d commit baa97bb

5 files changed

Lines changed: 67 additions & 32 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
/phpcs.xml.dist export-ignore
2525
/phpstan.neon.dist export-ignore
2626
/phpunit.xml.dist export-ignore
27+
/phpunit.xml export-ignore
28+
/phpcs.dist.xml export-ignore
29+
2730

2831
# Exclude CI/CD and build files
2932
/.dockerignore export-ignore

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "reloader/reloader",
33
"description": "Reloader",
44
"type": "library",
5-
"license": ["MIT", "BSD-3-Clause"],
5+
"license": "MIT",
66
"autoload": {
77
"psr-4": {
88
"Reloader\\": "src/"

composer.lock

Lines changed: 59 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Reloader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* @link https://github.com/your-username/reloader
1414
*/
1515

16+
namespace Reloader;
17+
1618
/**
1719
* Class Reloader
1820
*

src/Watcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* @link https://github.com/your-username/reloader
1414
*/
1515

16+
namespace Reloader;
17+
1618
/**
1719
* Class Watcher
1820
*

0 commit comments

Comments
 (0)