We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3854fa commit 0a65e74Copy full SHA for 0a65e74
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "codeeshop/documentphp",
+ "name": "codeeshop-oc/documentphp",
3
"description": "DocumentPHP is a PHP Package for Documentation",
4
"license": "MIT",
5
"keywords": [
@@ -27,12 +27,12 @@
27
},
28
"autoload": {
29
"psr-4": {
30
- "Codeeshop\\DocumentPHP\\": "src/"
+ "CodeeshopOc\\DocumentPHP\\": "src/"
31
}
32
33
"autoload-dev": {
34
35
- "Codeeshop\\DocumentPHP\\Tests\\": "tests/"
+ "CodeeshopOc\\DocumentPHP\\Tests\\": "tests/"
36
37
38
"scripts": {
src/DocumentPHP/FetchFiles.php
@@ -1,6 +1,6 @@
<?php
-namespace Codeeshop\DocumentPHP;
+namespace CodeeshopOc\DocumentPHP;
require_once '../../vendor/autoload.php';
6
0 commit comments