Skip to content

Commit 401fc7f

Browse files
committed
Update configs.
1 parent d62b342 commit 401fc7f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
/.editorconfig export-ignore
12
/.gitattributes export-ignore
3+
/.gitignore export-ignore
24
/.sami.php export-ignore
5+
/.scrutinizer.yml export-ignore
36
/.travis.yml export-ignore
7+
/.vscode export-ignore
48
/README.md export-ignore
59
/makefile export-ignore
10+
/phpcs.xml.dist export-ignore
11+
/phpunit.xml.dist export-ignore
612
/renovate.json export-ignore
13+
/tests export-ignore

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: php
22
php:
3-
- '7.1'
3+
- '7.2'
44

55
branches:
66
only:
77
- master
88

9-
script:
9+
script:
1010
- make
1111

1212
deploy:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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)
22
## Requirements
3-
* PHP >= 7.1
3+
* PHP >= 7.2
44
* Composer
55
## API Reference
66
http://wpsteak-api.surge.sh/master/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"cedaro/wp-plugin": "0.4.0",
88
"dusank/knapsack": "10.0.0",
9-
"php": ">=7.1",
9+
"php": ">=7.2",
1010
"psr/log": "1.1.0"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)