glastree_on_gitea
This commit is contained in:
+49
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "illuminate/validation",
|
||||
"description": "The Illuminate Validation package.",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Taylor Otwell",
|
||||
"email": "taylor@laravel.com"
|
||||
}
|
||||
],
|
||||
"homepage": "https://laravel.com",
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"ext-filter": "*",
|
||||
"ext-mbstring": "*",
|
||||
"brick/math": "^0.14.2 || ^0.15 || ^0.16 || ^0.17",
|
||||
"egulias/email-validator": "^4.0",
|
||||
"illuminate/collections": "^13.0",
|
||||
"illuminate/container": "^13.0",
|
||||
"illuminate/contracts": "^13.0",
|
||||
"illuminate/macroable": "^13.0",
|
||||
"illuminate/support": "^13.0",
|
||||
"illuminate/translation": "^13.0",
|
||||
"symfony/http-foundation": "^7.4.0 || ^8.0.0",
|
||||
"symfony/mime": "^7.4.0 || ^8.0.0"
|
||||
},
|
||||
"suggest": {
|
||||
"illuminate/database": "Required to use the database presence verifier (^13.0).",
|
||||
"ramsey/uuid": "Required to use Validator::validateUuid() (^4.7)."
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Illuminate\\Validation\\": ""
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "13.0.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user