Skip to content

Commit

Permalink
fix!: remove entity generator, remove plugin generator (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Feb 20, 2025
1 parent 2e13370 commit 9d16477
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 2,108 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frosh/development-helper",
"version": "1.0.3",
"version": "2.0.0",
"description": "Development Helper",
"type": "shopware-platform-plugin",
"license": "MIT",
Expand All @@ -16,9 +16,7 @@
}
},
"require": {
"shopware/core": "~6.5.0 || ~6.6.0",
"nikic/php-parser": "*",
"friendsofphp/php-cs-fixer": "*",
"shopware/core": "~6.6.0",
"psy/psysh": "*"
},
"extra": {
Expand Down
61 changes: 0 additions & 61 deletions src/Command/MakeDefinition.php

This file was deleted.

144 changes: 0 additions & 144 deletions src/Command/MakePlugin.php

This file was deleted.

This file was deleted.

49 changes: 0 additions & 49 deletions src/Component/Generator/Definition/CollectionGenerator.php

This file was deleted.

Loading

0 comments on commit 9d16477

Please sign in to comment.