Skip to content

Commit 2c378af

Browse files
committed
Merge branch '1.3.x'
Conflicts: .travis.yml composer.json
2 parents 3565dfb + 4f7b045 commit 2c378af

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ php:
66
- 5.5
77
- 5.6
88
- hhvm
9-
10-
before_script: composer install --dev --prefer-source
9+
10+
sudo: false
11+
12+
install: composer install
1113

1214
notifications:
1315

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2020
}
2121
],
22-
"minimum-stability": "dev",
2322
"require": {
2423
"php": ">=5.3.2",
2524
"symfony/framework-bundle": "~2.3",
@@ -28,9 +27,9 @@
2827
"symfony/security-bundle": "~2.3"
2928
},
3029
"require-dev": {
31-
"doctrine/doctrine-bundle": "*",
32-
"swiftmailer/swiftmailer": ">=4.3, <6.0",
33-
"willdurand/propel-typehintable-behavior": "dev-master",
30+
"doctrine/doctrine-bundle": "~1.3",
31+
"swiftmailer/swiftmailer": "~4.3|~5",
32+
"willdurand/propel-typehintable-behavior": "~1.0",
3433
"symfony/yaml": "~2.3",
3534
"symfony/validator": "~2.3"
3635
},

0 commit comments

Comments
 (0)