php 7.3
This commit is contained in:
parent
18eb9ed216
commit
0a30964011
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
"require-dev" : {
|
"require": {
|
||||||
"phpunit/phpunit" : "5.7.27",
|
|
||||||
"squizlabs/php_codesniffer" : "3.4.0",
|
|
||||||
"web-auth/webauthn-lib" : "2.1.7",
|
"web-auth/webauthn-lib" : "2.1.7",
|
||||||
"symfony/http-foundation" : "5.0.0"
|
"symfony/http-foundation" : "5.0.0"
|
||||||
|
},
|
||||||
|
"require-dev" : {
|
||||||
|
"phpunit/phpunit" : "5.7.27",
|
||||||
|
"squizlabs/php_codesniffer" : "3.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue