Skip to content

Commit

Permalink
Cleaned up autoload config (#1507)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen van Oort <jvanoort@simplexis.nl>
  • Loading branch information
DeepDiver1975 and JeroenVanOort committed Nov 9, 2023
1 parent 9fda24a commit 66862ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,12 @@
},
"autoload": {
"psr-4" : {
"Sabre\\DAV\\" : "lib/DAV/",
"Sabre\\DAVACL\\" : "lib/DAVACL/",
"Sabre\\CalDAV\\" : "lib/CalDAV/",
"Sabre\\CardDAV\\" : "lib/CardDAV/"
"Sabre\\" : "lib/"
}
},
"autoload-dev" : {
"psr-4" : {
"Sabre\\" : "tests/Sabre/",
"Sabre\\CalDAV\\" : "tests/Sabre/CalDAV",
"Sabre\\CardDAV\\" : "tests/Sabre/CardDAV",
"Sabre\\DAV\\" : "tests/Sabre/DAV",
"Sabre\\DAV\\Property\\" : "tests/Sabre/DAV/Xml/Property",
"Sabre\\DAVACL\\" : "tests/Sabre/DAVACL",
"Sabre\\HTTP\\" : "tests/Sabre/HTTP"
"Sabre\\" : "tests/Sabre/"
}
},
"support" : {
Expand Down
2 changes: 1 addition & 1 deletion tests/Sabre/DAV/Xml/Property/SupportedReportSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Sabre\DAV\Property;
namespace Sabre\DAV\Xml\Property;

use Sabre\DAV;
use Sabre\HTTP;
Expand Down

0 comments on commit 66862ce

Please sign in to comment.