prefer stable deps
This commit is contained in:
parent
25dbeb389c
commit
132db20fb1
3 changed files with 4 additions and 1677 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/vendor/
|
||||
composer.lock
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"email": "joby@byjoby.com"
|
||||
}],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"HtmlObjectStrings\\": "src/"
|
||||
|
@ -27,7 +28,7 @@
|
|||
]
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.4@dev",
|
||||
"stevegrunwell/phpunit-markup-assertions": "dev-master"
|
||||
"phpunit/phpunit": "^7",
|
||||
"stevegrunwell/phpunit-markup-assertions": "^1.2"
|
||||
}
|
||||
}
|
||||
|
|
1675
composer.lock
generated
1675
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue