File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " 7.0|7.1|7.2|7.3|7.4" ,
14
+ "php" : " 7.0.* |7.1.* |7.2.* |7.3.* |7.4.* " ,
15
15
"composer/installers" : " 1.11.*" ,
16
16
"johnpbloch/wordpress" : " 5.7.*" ,
17
17
"wpackagist-plugin/wordfence" : " 7.5.*" ,
Original file line number Diff line number Diff line change 2
2
<module type =" WEB_MODULE" version =" 4" >
3
3
<component name =" NewModuleRootManager" inherit-compiler-output =" true" >
4
4
<exclude-output />
5
- <content url =" file://$MODULE_DIR$" />
5
+ <content url =" file://$MODULE_DIR$" >
6
+ <excludeFolder url =" file://$MODULE_DIR$/vendor/composer" />
7
+ <excludeFolder url =" file://$MODULE_DIR$/vendor/johnpbloch/wordpress" />
8
+ <excludeFolder url =" file://$MODULE_DIR$/vendor/johnpbloch/wordpress-core-installer" />
9
+ <excludeFolder url =" file://$MODULE_DIR$/vendor/interconnectit/search-replace-db" />
10
+ </content >
6
11
<orderEntry type =" inheritedJdk" />
7
12
<orderEntry type =" sourceFolder" forTests =" false" />
8
13
</component >
You can’t perform that action at this time.
0 commit comments