Skip to content

Commit f6d8822

Browse files
authored
Merge pull request #12 from takeit/sf4
upgrade to work with sf4
2 parents 8deb3f5 + bc38a06 commit f6d8822

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ php:
44
- 5.5
55
- 5.6
66
- 7.0
7-
- hhvm
7+
- 7.1
8+
- 7.2
89
- nightly
910

1011
sudo: false
@@ -19,7 +20,6 @@ env:
1920

2021
matrix:
2122
allow_failures:
22-
- php: hhvm
2323
- php: nightly
2424
fast_finish: true
2525

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": ">=5.5.9|^7.0",
1616
"lullabot/amp": "1.0.*",
17-
"symfony/framework-bundle": "^2.3|^3.0",
18-
"symfony/twig-bundle": "^2.3|^3.0"
17+
"symfony/framework-bundle": "^3.0|^4.1",
18+
"symfony/twig-bundle": "^3.0|^4.1"
1919
},
2020
"require-dev": {
2121
"phpspec/phpspec": "^2.4"
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "0.2-dev"
39+
"dev-master": "0.3-dev"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)