File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 20
20
"issues" : " https://github.com/Codeinwp/visualizer/issues" ,
21
21
"source" : " https://github.com/Codeinwp/visualizer"
22
22
},
23
+ "config" : {
24
+ "platform" : {
25
+ "php" : " 5.6"
26
+ }
27
+ },
23
28
"require" : {
24
29
"codeinwp/themeisle-sdk" : " master" ,
25
- "xrstf/composer-php52" : " ^1.0.20" ,
26
30
"phpoffice/phpspreadsheet" : " 1.8.2" ,
27
31
"neitanod/forceutf8" : " ~2.0"
28
32
},
33
37
]
34
38
},
35
39
"minimum-stability" : " dev" ,
36
- "prefer-stable" : true ,
37
- "scripts" : {
38
- "post-install-cmd" : [
39
- " xrstf\\ Composer52\\ Generator::onPostInstallCmd"
40
- ],
41
- "post-update-cmd" : [
42
- " xrstf\\ Composer52\\ Generator::onPostInstallCmd"
43
- ],
44
- "post-autoload-dump" : [
45
- " xrstf\\ Composer52\\ Generator::onPostInstallCmd"
46
- ]
47
- }
40
+ "prefer-stable" : true
48
41
}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ function visualizer_launch() {
125
125
126
126
$ plugin ->setModule ( Visualizer_Module_AMP::NAME );
127
127
128
- $ vendor_file = VISUALIZER_ABSPATH . '/vendor/autoload_52 .php ' ;
128
+ $ vendor_file = VISUALIZER_ABSPATH . '/vendor/autoload .php ' ;
129
129
if ( is_readable ( $ vendor_file ) ) {
130
130
include_once ( $ vendor_file );
131
131
}
You can’t perform that action at this time.
0 commit comments