Skip to content

Commit 5142916

Browse files
committed
Add Scrutinizer PHP version
1 parent 26d80b5 commit 5142916

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.scrutinizer.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build:
2+
environment:
3+
php:
4+
version: 7.0

.semver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 1
33
:minor: 0
4-
:patch: 2
4+
:patch: 3
55
:special: ''

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "codelytv/php-bootstrap",
33
"description": "Starting point if you want to bootstrap a project in PHP.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"type": "project",
66
"keywords": [
77
"bootstrap",
88
"skeleton",
99
"kata",
10+
"TDD",
1011
"boilerplate"
1112
],
1213
"homepage": "http://codely.tv",

0 commit comments

Comments
 (0)