Skip to content

Commit 191b1e5

Browse files
committed
Revert folder structure for PSR-4 compliance
1 parent decfe6a commit 191b1e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+7
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"autoload": {
2626
"psr-4": {
27-
"Stevebauman\\Inventory\\": "src/Stevebauman/Inventory/"
27+
"Stevebauman\\Inventory\\": "src/"
2828
}
2929
},
3030
"autoload-dev":

src/Stevebauman/Inventory/Commands/InstallCommand.php renamed to src/Commands/InstallCommand.php

File renamed without changes.

src/Stevebauman/Inventory/Commands/RunMigrationsCommand.php renamed to src/Commands/RunMigrationsCommand.php

File renamed without changes.

src/Stevebauman/Inventory/Commands/SchemaCheckCommand.php renamed to src/Commands/SchemaCheckCommand.php

File renamed without changes.

src/Stevebauman/Inventory/Exceptions/Commands/DatabaseTableReservedException.php renamed to src/Exceptions/Commands/DatabaseTableReservedException.php

File renamed without changes.

src/Stevebauman/Inventory/Exceptions/Commands/DependencyNotFoundException.php renamed to src/Exceptions/Commands/DependencyNotFoundException.php

File renamed without changes.

src/Stevebauman/Inventory/Exceptions/InvalidItemException.php renamed to src/Exceptions/InvalidItemException.php

File renamed without changes.

src/Stevebauman/Inventory/Exceptions/InvalidLocationException.php renamed to src/Exceptions/InvalidLocationException.php

File renamed without changes.

src/Stevebauman/Inventory/Exceptions/InvalidMovementException.php renamed to src/Exceptions/InvalidMovementException.php

File renamed without changes.

src/Stevebauman/Inventory/Exceptions/InvalidPartException.php renamed to src/Exceptions/InvalidPartException.php

File renamed without changes.

0 commit comments

Comments
 (0)