mirror of
https://github.com/archtechx/livewire-access.git
synced 2025-12-12 12:24:03 +00:00
29 lines
688 B
JSON
29 lines
688 B
JSON
{
|
|
"name": "leanadmin/livewire-access",
|
|
"description": "Control frontend access to properties/methods in Livewire using PHP 8 attributes.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Samuel Štancl",
|
|
"email": "samuel.stancl@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lean\\LivewireAccess\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Lean\\LivewireAccess\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.0",
|
|
"livewire/livewire": "^2.10"
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "^6.9|^7.0"
|
|
}
|
|
}
|