Skip to content

Commit da7cfe9

Browse files
committed
README update
- Minor oversight in the overview - did not remove content from a previous development iteration of this library
1 parent 21aaf34 commit da7cfe9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# CommonPHP Dependency Injection
22

3-
`CommonPHP\DependencyInjection` is a simple yet powerful dependency injection (DI) container for PHP applications, enabling the means to dynamically create new objects, invoke methods, call functions and populate properties without having to know the structure of the target directly.
4-
5-
enabling automatic instantiation and wiring of your classes. It is part of the CommonPHP project, which offers various components to ease PHP development.
3+
`CommonPHP\DependencyInjection` is a simple yet powerful dependency injection (DI) container for PHP applications, enabling the means to dynamically create new objects, invoke methods, call functions and populate properties without having to know the structure of the target directly.
64

75
## Features
86

0 commit comments

Comments
 (0)