Skip to content

Commit 6a0eb16

Browse files
authored
Merge pull request #3 from andrewreshetnikov/change_php_version
Change php version in composer.json and .travis.yml
2 parents d1cdb61 + 33138ae commit 6a0eb16

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
64
- 5.5
5+
- 5.6
76

87
before_script:
98
- composer install --dev

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616

1717
"require": {
18-
"php": ">=5.3.3",
18+
"php": "^5.5.9|>=7.0.8",
1919
"symfony/framework-bundle": "^3.3",
2020
"opensoft/simple-serializer": ">=1.0.0"
2121
},

0 commit comments

Comments
 (0)