Skip to content

Commit 58e9258

Browse files
committed
added tests and fixes
1 parent 7631e85 commit 58e9258

13 files changed

+1775
-22
lines changed

composer.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require": {
13-
},
12+
"require": {},
1413
"autoload": {
15-
"psr-4": {"Featherbits\\": "src/"}
14+
"psr-4": {
15+
"Featherbits\\ServiceContainer\\": "src/"
16+
}
1617
},
1718
"provide": {
1819
"psr/container-implementation": "1.0.0"
20+
},
21+
"require-dev": {
22+
"phpunit/phpunit": "^9.2"
1923
}
2024
}

0 commit comments

Comments
 (0)