Skip to content

Commit 5aae8ea

Browse files
committed
Set min stability to stable
1 parent 362eab2 commit 5aae8ea

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"type": "library",
44
"description": "Authenticate user",
55
"license": "MIT",
6-
"prefer-stable": true,
76
"keywords": [
87
"authentication",
98
"activecollab"
@@ -24,10 +23,10 @@
2423
},
2524
"require-dev": {
2625
"fabpot/php-cs-fixer": "^1.0",
27-
"phpunit/phpunit": "~5",
26+
"phpunit/phpunit": "^5.0",
2827
"slim/slim": "~3.2"
2928
},
30-
"minimum-stability": "dev",
29+
"minimum-stability": "stable",
3130
"autoload": {
3231
"psr-4": {
3332
"ActiveCollab\\Authentication\\": "src"

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)