Skip to content

Commit

Permalink
refactor(EntityGenerator): Use nette/php-generator (#18)
Browse files Browse the repository at this point in the history
Fixes #17
  • Loading branch information
ambroisemaupate authored Oct 10, 2024
1 parent 775ab0c commit bf73af2
Show file tree
Hide file tree
Showing 43 changed files with 3,054 additions and 4,109 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"lexik/jwt-authentication-bundle": "^2.19",
"monolog/monolog": "^1.24.0 || ^2.1.1",
"nelmio/cors-bundle": "^2.2",
"nette/php-generator": "^4.1",
"phpdocumentor/reflection-docblock": "^5.2",
"phpoffice/phpspreadsheet": "^1.15",
"psr/cache": ">=1.0.1",
Expand Down
1 change: 1 addition & 0 deletions lib/EntityGenerator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"require": {
"php": ">=8.2",
"ext-json": "*",
"nette/php-generator": "^4.1",
"roadiz/nodetype-contracts": "~1.1.2",
"symfony/string": "6.4.*",
"symfony/yaml": "6.4.*",
Expand Down
117 changes: 0 additions & 117 deletions lib/EntityGenerator/src/Attribute/AttributeGenerator.php

This file was deleted.

47 changes: 0 additions & 47 deletions lib/EntityGenerator/src/Attribute/AttributeListGenerator.php

This file was deleted.

Loading

0 comments on commit bf73af2

Please sign in to comment.