update composer.json and composer.lock files..
This commit is contained in:
parent
cabef574d7
commit
9d6cfba94f
|
|
@ -19,8 +19,8 @@
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-fileinfo": "*",
|
"ext-fileinfo": "*",
|
||||||
"ext-intl": "*",
|
|
||||||
"ext-gd": "*",
|
"ext-gd": "*",
|
||||||
|
"ext-intl": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
|
|
@ -79,11 +79,11 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"beyondcode/laravel-dump-server": "^1.9",
|
"beyondcode/laravel-dump-server": "^1.9",
|
||||||
"brianium/paratest": "^7.1",
|
"brianium/paratest": "^7.3.2",
|
||||||
"fakerphp/faker": "^1.9.1",
|
"fakerphp/faker": "^1.9.1",
|
||||||
"mockery/mockery": "^1.4.4",
|
"mockery/mockery": "^1.4.4",
|
||||||
"nunomaduro/collision": "^7.0",
|
"nunomaduro/collision": "^7.0",
|
||||||
"phpunit/phpunit": "10.5.30",
|
"phpunit/phpunit": "^10.5.63",
|
||||||
"spatie/laravel-ignition": "^2.0",
|
"spatie/laravel-ignition": "^2.0",
|
||||||
"wnx/laravel-stats": "^2.11"
|
"wnx/laravel-stats": "^2.11"
|
||||||
},
|
},
|
||||||
|
|
@ -166,6 +166,9 @@
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
"mnsami/composer-custom-directory-installer": true,
|
"mnsami/composer-custom-directory-installer": true,
|
||||||
"php-http/discovery": true
|
"php-http/discovery": true
|
||||||
|
},
|
||||||
|
"audit": {
|
||||||
|
"ignore": ["PKSA-y2cr-5h3j-g3ys"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue