Skip to content

Commit

Permalink
Update configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
elvishp2006 committed Feb 2, 2019
1 parent d62b342 commit 401fc7f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: php
php:
- '7.1'
- '7.2'

branches:
only:
- master

script:
script:
- make

deploy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 401fc7f

Please sign in to comment.