Skip to content

Commit 1127df4

Browse files
author
Eugene Matvejev
authored
Merge pull request #14 from learn-symfony/master
sync with main repository
2 parents 88de4b1 + ff67587 commit 1127df4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: "php"
22
php:
3+
- "5.5"
34
- "5.6"
4-
- "7.0.4"
5+
- "7.0"
56
- "hhvm"
67

78
before_script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"bin-dir": "bin/"
3030
},
3131
"require": {
32-
"php": ">= 5.6.0 || 7.0.0 - 7.0.4 || >= 7.0.6",
32+
"php": ">= 5.5.9 || 7.0.0 - 7.0.4 || >= 7.0.6",
3333
"eugene-matvejev/compass": "^0.1",
3434
"leafo/lessphp": "^0.5"
3535
},
3636
"require-dev": {
3737
"composer/composer": "^1.1",
38-
"phpunit/phpunit": "^5.3"
38+
"phpunit/phpunit": "^4.8 || ^5.3"
3939
}
4040
}

0 commit comments

Comments
 (0)