Skip to content

Commit 87c18ad

Browse files
committed
Update composer.json
1 parent 50263a1 commit 87c18ad

File tree

10 files changed

+627
-1
lines changed

10 files changed

+627
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
{
66
"name": "Muhammad Amirul Ihsan",
7-
"email": "[email protected]",
7+
"email": "[email protected]"
88
}
99
],
1010
"autoload" : {

vendor/autoload.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInitaef0fedd6c47db3b50b9e7b5c2f8de6b::getLoader();

0 commit comments

Comments
 (0)