Skip to content

Commit

Permalink
Remove Aura DI and Pimple as Supported PSR-11 containers
Browse files Browse the repository at this point in the history
- Closes mezzio#145
- Closes mezzio#173

Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jul 18, 2024
1 parent a1e8842 commit 7ba0dea
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 116 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ can recommend the following implementations:

- [laminas-servicemanager](https://github.com/laminas/laminas-servicemanager):
`composer require laminas/laminas-servicemanager`
- [Pimple](https://github.com/silexphp/Pimple) (see [docs](docs/book/features/container/pimple.md) for more details):
`composer require laminas/laminas-pimple-config`
- [Aura.Di](https://github.com/auraphp/Aura.Di) (see [docs](docs/book/features/container/aura-di.md) for more details):
`composer require laminas/laminas-auradi-config`

Additionally, you may optionally want to install a template renderer
implementation, and/or an error handling integration. These are covered in the
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
},
"suggest": {
"filp/whoops": "^2.1 to use the Whoops error handler",
"laminas/laminas-auradi-config": "^2.0 to use Aura.Di dependency injection container",
"laminas/laminas-pimple-config": "^1.0 to use Pimple for dependency injection container",
"laminas/laminas-servicemanager": "^3.3 to use laminas-servicemanager for dependency injection",
"mezzio/mezzio-helpers": "^3.0 for its UrlHelper, ServerUrlHelper, and BodyParseMiddleware",
"mezzio/mezzio-tooling": "^1.0 for migration and development tools; require it with the --dev flag",
Expand Down
54 changes: 0 additions & 54 deletions docs/book/v4/features/container/aura-di.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/book/v4/features/container/pimple.md

This file was deleted.

2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ nav:
- 'The Middleware Container': v4/features/container/middleware-container.md
- 'The Middleware Factory': v4/features/container/middleware-factory.md
- 'Using laminas-servicemanager': v4/features/container/laminas-servicemanager.md
- 'Using Pimple': v4/features/container/pimple.md
- 'Using Aura.Di': v4/features/container/aura-di.md
- 'Container configuration': v4/features/container/config.md
- 'Routing Adapters':
- Introduction: v4/features/router/intro.md
Expand Down

0 comments on commit 7ba0dea

Please sign in to comment.