Skip to content

Commit 5ee7251

Browse files
committed
Composer updates
- Removed version field and added description as per warning and error in previous commit
1 parent 93a45ec commit 5ee7251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "comphp/di",
33
"type": "library",
4-
"version": "0.1",
4+
"description": "CommonPHP DependencyInjection is a simple, robust dependency injection container for PHP applications. It facilitates the dynamic creation of objects, invocation of methods, function calling, and property population. The library supports automatic parameter resolution, circular dependencies detection, customizable parameter lookup, and offers detailed exception handling for troubleshooting.",
55
"license": "MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)