Skip to content

Commit

Permalink
Merge pull request #8 from stevegrunwell/feature/minimum-php-version
Browse files Browse the repository at this point in the history
Bump minimum PHP version
  • Loading branch information
stevegrunwell committed Dec 18, 2018
2 parents 94ba541 + bb66704 commit 50e3d60
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 151 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"issues": "https://github.com/stevegrunwell/advanced-post-excerpt/issues"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5",
"phpcompatibility/php-compatibility": "^9.1",
"phpunit/phpunit": "^6.5",
"stevegrunwell/phpunit-markup-assertions": "^1.2",
"wimg/php-compatibility": "^8.1",
"wp-coding-standards/wpcs": "^1.0.0"
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.0"
"php": "7.2"
}
}
}
176 changes: 91 additions & 85 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- PHP Compatibility sniffs. -->
<rule ref="PHPCompatibility"/>
<config name="testVersion" value="5.4-" />
<config name="testVersion" value="7.0-" />

<rule ref="WordPress-Extra" />
<rule ref="WordPress-Docs" />
Expand Down
Loading

0 comments on commit 50e3d60

Please sign in to comment.