Skip to content

Commit 3e56867

Browse files
updated namespace to fix issue with packagist
1 parent fd5f4da commit 3e56867

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
![](https://img.shields.io/github/release/digi-brains/get-files.svg?style=flat-square)
2-
![](https://img.shields.io/github/license/digi-brains/get-files.svg?style=flat-square)
3-
![](https://img.shields.io/github/issues/digi-brains/get-files.svg?style=flat-square)
1+
![](https://img.shields.io/github/release/sageworksstudio/get-files.svg?style=flat-square)
2+
![](https://img.shields.io/github/license/sageworksstudio/get-files.svg?style=flat-square)
3+
![](https://img.shields.io/github/issues/sageworksstudio/get-files.svg?style=flat-square)
44

55
# GetFiles
66

77
GetFiles is a simple PHP class to return a list of files in a directory.
88

9-
[Read The Documentation](https://digi-brains.github.io/get-files/)
9+
[Read The Documentation](https://sageworksstudio.github.io/get-files/)
1010

1111
### Installation
1212

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "digi-brains/get-files",
2+
"name": "sageworksstudio/get-files",
33
"description": "Gets a list of files from a directory",
44
"keywords": [
55
"git",
66
"php"
77
],
8-
"homepage": "https://github.com/digi-brains/get-files",
8+
"homepage": "https://github.com/sageworksstudio/get-files",
99
"license": "MIT",
1010
"authors": [
1111
{
1212
"name": "Chris Brown",
13-
"email": "chris@digitalbrains.io",
14-
"homepage": "https://github.com/digi-brains/get-files"
13+
"email": "chris@sageworksstudio",
14+
"homepage": "https://github.com/sageworksstusio/get-files"
1515
}
1616
],
1717
"require": {
1818
"php": ">=5.6.0"
1919
},
2020
"autoload": {
2121
"psr-4": {
22-
"DigiBrains\\": "src/"
22+
"SageworksStudio\\": "src/"
2323
}
2424
}
2525
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<body>
1919

2020
<h1>GetFiles</h1>
21-
21+
2222

2323
</body>
2424
</html>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"description": "A simple PHP class to return a list of files from a directory.",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/digi-brains/get-files"
6+
"url": "https://github.com/sageworksstudio/get-files"
77
},
8-
"homepage": "http://digi-brains.github.io/get-files",
8+
"homepage": "https://sageworksstudio.github.io/get-files",
99
"keywords": [
1010
"php",
1111
"files"
1212
],
13-
"author": "Chris Brown <chris@digitalbrains.io> (https://digitalbrains.io)",
13+
"author": "Chris Brown <chris@sageworksstudio.com> (https://sageworksstudio.com)",
1414
"license": "MIT",
1515
"bugs": {
16-
"url": "https://github.com/digi-brains/get-files/issues"
16+
"url": "https://github.com/sageworksstudio/get-files/issues"
1717
}
1818
}

src/GetFiles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace DigiBrains;
3+
namespace SageworksStudio;
44

55
class GetFiles {
66

0 commit comments

Comments
 (0)