11 lines
124 B
JSON
11 lines
124 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Core\\": "core/"
|
|
}
|
|
},
|
|
"require": {
|
|
"illuminate/container": "^8.18"
|
|
}
|
|
}
|