Skip to content

Commit ccbfca3

Browse files
authored
Merge pull request #62 from wp-cli/add/bump-requirements
2 parents 15ead67 + 1125467 commit ccbfca3

File tree

4 files changed

+60
-3
lines changed

4 files changed

+60
-3
lines changed

.github/workflows/code-quality.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,59 @@ on:
1010
jobs:
1111
code-quality:
1212
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
13+
with:
14+
parallel-lint-excludes: |
15+
admin-command
16+
automated-tests
17+
builds
18+
cache-command
19+
checksum-command
20+
config-command
21+
core-command
22+
cron-command
23+
dashboard
24+
db-command
25+
deb-build
26+
dist-archive-command
27+
doctor-command
28+
dot-github
29+
embed-command
30+
entity-command
31+
eval-command
32+
export-command
33+
extension-command
34+
find-command
35+
google-sitemap-generator-cli
36+
handbook
37+
i18n-command
38+
import-command
39+
language-command
40+
maintenance-mode-command
41+
media-command
42+
package-command
43+
package-index
44+
php-cli-tools
45+
process
46+
profile-command
47+
restful
48+
reusable-workflow-test
49+
rewrite-command
50+
role-command
51+
rpm-build
52+
scaffold-command
53+
scaffold-package-command
54+
search-replace-command
55+
server-command
56+
shell-command
57+
spyc
58+
sql-transform
59+
super-admin-command
60+
widget-command
61+
wordpress-core
62+
wp-cli
63+
wp-cli.github.com
64+
wp-cli-bundle
65+
wp-cli-shim
66+
wp-cli-tests
67+
wp-config-transformer
68+
wp-super-cache-cli

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Exclude all subfolders...
22
/*/
3-
# except for the _maintenance folder.
3+
# except for the following.
4+
!/.github/
45
!/.maintenance/
56
!/.readme-partials/
67

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
}
195195
],
196196
"require": {
197-
"php": ">=5.6.20",
197+
"php": ">=7.2.24",
198198
"ext-json": "*",
199199
"ext-dom": "*",
200200
"wp-cli/admin-command": "dev-main",

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<!-- For help understanding the `testVersion` configuration setting:
4040
https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
41-
<config name="testVersion" value="5.6-"/>
41+
<config name="testVersion" value="7.2-"/>
4242

4343
<!--
4444
#############################################################################

0 commit comments

Comments
 (0)