Skip to content

Commit 8503ead

Browse files
committed
scrutinizer + travis-ci = ♥
1 parent 26657c9 commit 8503ead

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/stubs export-ignore
66
/.gitattributes export-ignore
77
/.gitignore export-ignore
8+
/.gitmodules export-ignore
89
/.scrutinizer.yml export-ignore
910
/.travis.yml export-ignore
1011
/phpunit.xml export-ignore

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 5.6
77
- 5.5
88
- 5.4
9-
- 5.3
109

1110
sudo: false
1211

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHP Schema",
44
"type": "library",
55
"require": {
6-
"php": ">=5.3",
6+
"php": ">=5.4",
77
"phplang/scope-exit": "^1.0"
88
},
99
"require-dev": {

0 commit comments

Comments
 (0)