Skip to content

Commit 12fe223

Browse files
author
Oliver Lippert
committed
Allow bugfix updates for PHP in composer
Signed-off-by: Oliver Lippert <oliver@lipperts-web.de>
1 parent 20bbd17 commit 12fe223

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"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.*",
1515
"composer/installers": "1.11.*",
1616
"johnpbloch/wordpress": "5.7.*",
1717
"wpackagist-plugin/wordfence": "7.5.*",

wordpress-composer-setup.iml

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
<module type="WEB_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<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>
611
<orderEntry type="inheritedJdk" />
712
<orderEntry type="sourceFolder" forTests="false" />
813
</component>

0 commit comments

Comments
 (0)