We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881b63a commit e9e8cb2Copy full SHA for e9e8cb2
autoload.php
@@ -0,0 +1,3 @@
1
+<?php
2
+
3
+ set_include_path ( get_include_path () . PATH_SEPARATOR . __DIR__ );
composer.json
@@ -17,6 +17,11 @@
17
"shopware",
18
"wordpress"
19
],
20
+ "autoload": {
21
+ "files": [
22
+ "autoload.php"
23
+ ]
24
+ },
25
"require": {
26
"deployer/deployer": "^7.5"
27
},
0 commit comments