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 7500ffe commit 84cad72Copy full SHA for 84cad72
.travis.yml
@@ -3,7 +3,6 @@ sudo: false
3
language: php
4
5
php:
6
- - '5.4'
7
- '5.5'
8
- '5.6'
9
- '7.0'
composer.json
@@ -33,7 +33,7 @@
33
"source": "https://github.com/devaloka/devaloka"
34
},
35
"require" : {
36
- "php" : ">=5.4.0",
+ "php" : ">=5.5.9",
37
"composer/installers" : "~1.0",
38
"pimple/pimple" : "~3.0",
39
"symfony/event-dispatcher": "~3.0"
0 commit comments