Skip to content

Commit dd5709d

Browse files
authored
Merge pull request #25 from tyx/feature/road-to-sf4
Road to sf4
2 parents 6b5cb8c + 14fc08d commit dd5709d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ php:
99

1010
env:
1111
matrix:
12+
- COMPOSER_PREFER=""
1213
- COMPOSER_PREFER="--prefer-stable"
13-
- COMPOSER_PREFER="--prefer-lowest"
14+
- COMPOSER_PREFER="--prefer-stable --prefer-lowest"
1415

1516
matrix:
1617
allow_failures:

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@
99
"email": "[email protected]"
1010
}
1111
],
12+
"minimum-stability": "dev",
1213
"autoload": {
1314
"psr-4": { "Rezzza\\SymfonyRestApiJson\\": "src" }
1415
},
1516
"autoload-dev": {
1617
"psr-4": { "Rezzza\\SymfonyRestApiJson\\Tests\\": "tests" }
1718
},
1819
"require": {
19-
"symfony/http-kernel": "^2.8|^3.0",
20-
"symfony/http-foundation": "^2.8|^3.0",
21-
"symfony/debug": "^2.8|^3.0",
20+
"symfony/http-kernel": "^2.8|^3.0|^4.0",
21+
"symfony/http-foundation": "^2.8|^3.0|^4.0",
22+
"symfony/debug": "^2.8|^3.0|^4.0",
2223
"jakeasmith/http_build_url": "^1.0",
2324
"justinrainbow/json-schema": ">=3.0 <6.0"
2425
},

0 commit comments

Comments
 (0)