diff --git a/.gitattributes b/.gitattributes index 65448b3..253123f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,13 @@ +/.editorconfig export-ignore /.gitattributes export-ignore +/.gitignore export-ignore /.sami.php export-ignore +/.scrutinizer.yml export-ignore /.travis.yml export-ignore +/.vscode export-ignore /README.md export-ignore /makefile export-ignore +/phpcs.xml.dist export-ignore +/phpunit.xml.dist export-ignore /renovate.json export-ignore +/tests export-ignore diff --git a/.travis.yml b/.travis.yml index f6d8934..e0eb798 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: php php: - - '7.1' + - '7.2' branches: only: - master -script: +script: - make deploy: diff --git a/README.md b/README.md index 6594a43..165d3af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WP Steak [![Build Status](https://scrutinizer-ci.com/g/Apiki/wpsteak/badges/build.png?b=develop)](https://scrutinizer-ci.com/g/Apiki/wpsteak/build-status/develop) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Apiki/wpsteak/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/Apiki/wpsteak/?branch=develop) [![Code Coverage](https://scrutinizer-ci.com/g/Apiki/wpsteak/badges/coverage.png?b=develop)](https://scrutinizer-ci.com/g/Apiki/wpsteak/?branch=develop) ## Requirements -* PHP >= 7.1 +* PHP >= 7.2 * Composer ## API Reference http://wpsteak-api.surge.sh/master/ diff --git a/composer.json b/composer.json index 626bf5b..0f0c60e 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "cedaro/wp-plugin": "0.4.0", "dusank/knapsack": "10.0.0", - "php": ">=7.1", + "php": ">=7.2", "psr/log": "1.1.0" }, "require-dev": {