Skip to content

Commit 148bebc

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ php:
99

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

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)