Skip to content

Commit

Permalink
Merge pull request #25 from tyx/feature/road-to-sf4
Browse files Browse the repository at this point in the history
Road to sf4
  • Loading branch information
shouze authored Nov 29, 2017
2 parents 6b5cb8c + 14fc08d commit dd5709d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ php:

env:
matrix:
- COMPOSER_PREFER=""
- COMPOSER_PREFER="--prefer-stable"
- COMPOSER_PREFER="--prefer-lowest"
- COMPOSER_PREFER="--prefer-stable --prefer-lowest"

matrix:
allow_failures:
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@
"email": "dev@verylastroom.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": { "Rezzza\\SymfonyRestApiJson\\": "src" }
},
"autoload-dev": {
"psr-4": { "Rezzza\\SymfonyRestApiJson\\Tests\\": "tests" }
},
"require": {
"symfony/http-kernel": "^2.8|^3.0",
"symfony/http-foundation": "^2.8|^3.0",
"symfony/debug": "^2.8|^3.0",
"symfony/http-kernel": "^2.8|^3.0|^4.0",
"symfony/http-foundation": "^2.8|^3.0|^4.0",
"symfony/debug": "^2.8|^3.0|^4.0",
"jakeasmith/http_build_url": "^1.0",
"justinrainbow/json-schema": ">=3.0 <6.0"
},
Expand Down

0 comments on commit dd5709d

Please sign in to comment.