blob: 2126c6ffb449a1f18bb9823f1a9745cf835ed9fc [file] [log] [blame]
{
"authors": [
{
"name": "OpenDAL Contributors",
"email": "dev@opendal.apache.org"
}
],
"require-dev": {
"php": ">=8.1",
"pestphp/pest": "^2.9"
},
"license": "Apache-2.0",
"scripts": {
"test": "vendor/bin/pest"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}