Skip to content

Commit 84cad72

Browse files
committed
fix: symfony/event-dispatcher ~3.0 requires php >=5.5.9
BREAKING CHANGE: drop PHP 5.4 support. Closes #2
1 parent 7500ffe commit 84cad72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
language: php
44

55
php:
6-
- '5.4'
76
- '5.5'
87
- '5.6'
98
- '7.0'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"source": "https://github.com/devaloka/devaloka"
3434
},
3535
"require" : {
36-
"php" : ">=5.4.0",
36+
"php" : ">=5.5.9",
3737
"composer/installers" : "~1.0",
3838
"pimple/pimple" : "~3.0",
3939
"symfony/event-dispatcher": "~3.0"

0 commit comments

Comments
 (0)