Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions RENAME_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,6 @@ Update package metadata and PSR-4 autoload mappings:
- Plugin name should be descriptive and include `sylius` prefix
- Description should briefly explain what the plugin does

### 2. phpspec.yml.dist
Update the namespace configuration:
```yaml
suites:
main:
namespace: {CompanyName}\{PluginName}
psr4_prefix: {CompanyName}\{PluginName}
```

### 3. PHP Files - Update Namespaces

Update namespace declarations in:
Expand Down