Skip to content

Commit

Permalink
Move Nette integration to orisai/nette-object-mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Feb 5, 2023
1 parent c8e873e commit 0d98e6f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 457 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@
"brianium/paratest": "^6.3.0",
"doctrine/annotations": "^1.12.1|^2.0.0",
"infection/infection": "^0.26.0",
"nette/caching": "^3.0",
"nette/di": "^3.0.0",
"nextras/orm": "^4.0.0",
"orisai/coding-standard": "^3.0.0",
"orisai/nette-di": "^1.2.0",
"phpbench/phpbench": "^1.0.0",
"phpstan/extension-installer": "^1.0.0",
"phpstan/phpstan": "^1.0.0",
Expand Down
10 changes: 1 addition & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,7 @@ $processor = new DefaultProcessor(
);
```

Or, if you use Nette, just register extension:

```neon
extensions:
orisai.objectMapper: Orisai\ObjectMapper\Bridge\NetteDI\ObjectMapperExtension
orisai.objectMapper:
debug: %debugMode%
```
Or, if you use Nette, check [orisai/nette-object-mapper](https://github.com/orisai/nette-object-mapper) for installation.

## Quick start

Expand Down
46 changes: 0 additions & 46 deletions src/Bridge/NetteCache/NetteMetaCache.php

This file was deleted.

44 changes: 0 additions & 44 deletions src/Bridge/NetteDI/LazyMetaSourceManager.php

This file was deleted.

38 changes: 0 additions & 38 deletions src/Bridge/NetteDI/LazyObjectCreator.php

This file was deleted.

73 changes: 0 additions & 73 deletions src/Bridge/NetteDI/LazyRuleManager.php

This file was deleted.

0 comments on commit 0d98e6f

Please sign in to comment.