-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d62b342
commit 401fc7f
Showing
4 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters