| 123456789101112131415161718192021222324 |
- {
- "name": "michel/psr11-di",
- "description": "A lightweight PHP Dependency Injection Container implementing the PSR-11 standard. This library is designed for simplicity and ease of use, making it an ideal choice for small projects where you need a quick and effective DI solution.",
- "type": "library",
- "require": {
- "php": ">=7.4",
- "psr/container": "^2.0.0"
- },
- "require-dev": {
- "michel/unitester": "^1.0.0"
- },
- "license": "MIT",
- "autoload": {
- "psr-4": {
- "Michel\\DependencyInjection\\": "src",
- "Test\\Michel\\DependencyInjection\\": "tests"
- }
- },
- "authors": [
- {
- "name": "Michel.F"
- }
- ]
- }
|