We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26657c9 commit 8503eadCopy full SHA for 8503ead
.gitattributes
@@ -5,6 +5,7 @@
5
/stubs export-ignore
6
/.gitattributes export-ignore
7
/.gitignore export-ignore
8
+/.gitmodules export-ignore
9
/.scrutinizer.yml export-ignore
10
/.travis.yml export-ignore
11
/phpunit.xml export-ignore
.travis.yml
@@ -6,7 +6,6 @@ php:
- 5.6
- 5.5
- 5.4
- - 5.3
sudo: false
12
composer.json
@@ -3,7 +3,7 @@
3
"description": "PHP Schema",
4
"type": "library",
"require": {
- "php": ">=5.3",
+ "php": ">=5.4",
"phplang/scope-exit": "^1.0"
},
"require-dev": {
0 commit comments