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/
|
/vendor/
|
||||||
|
composer.lock
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
"email": "joby@byjoby.com"
|
"email": "joby@byjoby.com"
|
||||||
}],
|
}],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
|
"prefer-stable": true,
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"HtmlObjectStrings\\": "src/"
|
"HtmlObjectStrings\\": "src/"
|
||||||
|
@ -27,7 +28,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^7.4@dev",
|
"phpunit/phpunit": "^7",
|
||||||
"stevegrunwell/phpunit-markup-assertions": "dev-master"
|
"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