You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have this problem using lessphp with composer. This is my composer.json:
{
"name": "ximware/xim_sbadmin2",
"description": "Template for Joomla based on the SB Admin 2 Theme created and maintained by David Miller.",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Ximware S.A.S",
"email": "[email protected]"
}
],
"config": {
"vendor-dir": "src/lib/vendor"
},
"require": {
"leafo/lessphp": "0.4.0"
},
"autoload": {
"psr-4": {
"Leafo\\Lessphp\\": "src/"
}
}
}
And this it the error:
Warning: include(C:\xampp\home\joomla\public_html\templates\xim_sbadmin2\lib\vendor\composer/../leafo/lessphp/lessc.inc.php): failed to open stream: No such file or directory in C:\xampp\home\joomla\public_html\libraries\vendor\composer\ClassLoader.php on line 412
How to fix?
The text was updated successfully, but these errors were encountered:
Hello, I have this problem using lessphp with composer. This is my composer.json:
And this it the error:
Warning: include(C:\xampp\home\joomla\public_html\templates\xim_sbadmin2\lib\vendor\composer/../leafo/lessphp/lessc.inc.php): failed to open stream: No such file or directory in C:\xampp\home\joomla\public_html\libraries\vendor\composer\ClassLoader.php on line 412
How to fix?
The text was updated successfully, but these errors were encountered: