Skip to content

Commit

Permalink
Removed entity module (use Doctrine instead)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Jan 31, 2022
1 parent c3eaa0b commit 2809583
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 612 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-mbstring": "*",
"doctrine/dbal": "^3.3",
"jetbrains/phpstorm-attributes": "^1.0",
"psr/container": "^2.0",
"ricardoboss/php-console-logger": "^1.8"
Expand Down Expand Up @@ -56,7 +55,6 @@
"Elephox\\Collection\\": "modules/Collection/src/",
"Elephox\\Core\\": "modules/Core/src/",
"Elephox\\DI\\": "modules/DI/src/",
"Elephox\\Entity\\": "modules/Entity/src/",
"Elephox\\Events\\": "modules/Events/src/",
"Elephox\\Files\\": "modules/Files/src/",
"Elephox\\Http\\": "modules/Http/src/",
Expand All @@ -70,7 +68,6 @@
"psr-4": {
"Elephox\\Collection\\": "modules/Collection/test/",
"Elephox\\DI\\": "modules/DI/test/",
"Elephox\\Entity\\": "modules/Entity/test/",
"Elephox\\Events\\": "modules/Events/test/",
"Elephox\\Files\\": "modules/Files/test/",
"Elephox\\Http\\": "modules/Http/test/",
Expand Down
37 changes: 0 additions & 37 deletions modules/Entity/composer.json

This file was deleted.

94 changes: 0 additions & 94 deletions modules/Entity/src/AbstractEntitySet.php

This file was deleted.

10 changes: 0 additions & 10 deletions modules/Entity/src/Attribute/AbstractEntityAttribute.php

This file was deleted.

10 changes: 0 additions & 10 deletions modules/Entity/src/Attribute/AbstractPropertyAttribute.php

This file was deleted.

9 changes: 0 additions & 9 deletions modules/Entity/src/Attribute/Contract/EntityAttribute.php

This file was deleted.

8 changes: 0 additions & 8 deletions modules/Entity/src/Attribute/Contract/PropertyAttribute.php

This file was deleted.

12 changes: 0 additions & 12 deletions modules/Entity/src/Attribute/Entity.php

This file was deleted.

11 changes: 0 additions & 11 deletions modules/Entity/src/Attribute/Index.php

This file was deleted.

11 changes: 0 additions & 11 deletions modules/Entity/src/Attribute/Primary.php

This file was deleted.

11 changes: 0 additions & 11 deletions modules/Entity/src/Attribute/Unique.php

This file was deleted.

11 changes: 0 additions & 11 deletions modules/Entity/src/ChangeAction.php

This file was deleted.

13 changes: 0 additions & 13 deletions modules/Entity/src/ChangeHistory.php

This file was deleted.

37 changes: 0 additions & 37 deletions modules/Entity/src/ChangeUnit.php

This file was deleted.

13 changes: 0 additions & 13 deletions modules/Entity/src/Contract/ChangeHistory.php

This file was deleted.

17 changes: 0 additions & 17 deletions modules/Entity/src/Contract/ChangeUnit.php

This file was deleted.

10 changes: 0 additions & 10 deletions modules/Entity/src/Contract/Configuration.php

This file was deleted.

13 changes: 0 additions & 13 deletions modules/Entity/src/Contract/DatabaseContext.php

This file was deleted.

19 changes: 0 additions & 19 deletions modules/Entity/src/Contract/EntitySet.php

This file was deleted.

10 changes: 0 additions & 10 deletions modules/Entity/src/Contract/EntitySetContainer.php

This file was deleted.

0 comments on commit 2809583

Please sign in to comment.