Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 58029f8

Browse files
committed
Merge pull request #107 from smichaelsen/feature/composer-autoload
[TASK] Add autoload information to composer.json
2 parents 488d6d9 + 1a45eaa commit 58029f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"name": "Stefano Kowalke"
1414
}
1515
],
16+
"autoload": {
17+
"psr-4": {
18+
"Etobi\\CoreAPI\\": "Classes"
19+
}
20+
},
1621
"minimum-stability": "dev"
17-
}
22+
}

0 commit comments

Comments
 (0)