Skip to content

Commit e9e8cb2

Browse files
committed
Added autoload functionality
1 parent 881b63a commit e9e8cb2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

autoload.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
set_include_path ( get_include_path () . PATH_SEPARATOR . __DIR__ );

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"shopware",
1818
"wordpress"
1919
],
20+
"autoload": {
21+
"files": [
22+
"autoload.php"
23+
]
24+
},
2025
"require": {
2126
"deployer/deployer": "^7.5"
2227
},

0 commit comments

Comments
 (0)