Skip to content

Commit

Permalink
windows rto linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleta committed Jun 17, 2022
1 parent ac69d17 commit ca1e0c9
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 64 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified Bridge/ReadOnlyHydratorBundle/ReadOnlyHydratorBundle.php
100644 → 100755
Empty file.
Empty file modified Bridge/ReadOnlyHydratorBundle/Resources/config/services.yml
100644 → 100755
Empty file.
29 changes: 0 additions & 29 deletions ComposerOverloadClass/Hydrator/ReadOnlyHydrator.php

This file was deleted.

29 changes: 0 additions & 29 deletions ComposerOverloadClass/Hydrator/SimpleObjectHydrator.php

This file was deleted.

Empty file modified Entity/ReadOnlyEntityInterface.php
100644 → 100755
Empty file.
Empty file modified EventSubscriber/ReadOnlySubscriber.php
100644 → 100755
Empty file.
Empty file modified Exception/PrivateMethodShouldNotAccessPropertiesException.php
100644 → 100755
Empty file.
Empty file modified Exception/PropertyNotLoadedException.php
100644 → 100755
Empty file.
Empty file modified Exception/ReadOnlyEntityCantBeFlushedException.php
100644 → 100755
Empty file.
Empty file modified Exception/ReadOnlyEntityCantBePersistedException.php
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified benchmark.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified changelog.md
100644 → 100755
Empty file.
9 changes: 3 additions & 6 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
"license": "MIT",
"description": "Fast hydratation for read only purpose",
"autoload": {
"psr-4": { "steevanb\\DoctrineReadOnlyHydrator\\": "" },
"exclude-from-classmap": [
"/ComposerOverloadClass/"
]
"psr-4": { "steevanb\\DoctrineReadOnlyHydrator\\": "" }
},
"require": {
"php" : "^5.4.6 || ^7.0 || ^8.0",
"doctrine/orm": "^2.4.8"
"php" : "^8.1",
"doctrine/orm": "^2.12.0"
},
"suggest": {
"steevanb/doctrine-stats": "Add Doctrine stats : hydration time, lazy loaded entities, managed entities etc."
Expand Down

0 comments on commit ca1e0c9

Please sign in to comment.