revert fix(agentic): harden TODO workspace write Co-Authored-By: Virgil <virgil@lethean.io>
12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"require": {
|
|
"illuminate/routing": "^8.0",
|
|
"illuminate/filesystem": "^8.0",
|
|
"illuminate/foundation": "^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
}
|
|
}
|