Skip to content

Commit bebe8d3

Browse files
committed
🚨 Add a build to dev deps
1 parent 6b5cb8c commit bebe8d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"email": "[email protected]"
1010
}
1111
],
12+
"minimum-stability": "dev",
1213
"autoload": {
1314
"psr-4": { "Rezzza\\SymfonyRestApiJson\\": "src" }
1415
},

0 commit comments

Comments
 (0)