11{
2- "name" : " maplephp/container" ,
3- "type" : " library" ,
4- "version" : " v1.1.2" ,
5- "description" : " Container, Factories and dependency injectors with full PSR-11 support." ,
6- "keywords" : [" container" , " psr11" , " factories" , " dependency injectors" , " injectors" ],
7- "homepage" : " https://wazabii.se" ,
8- "license" : " Apache-2.0" ,
9- "authors" : [
10- {
11- "name" : " Daniel Ronkainen" ,
12- "email" : " daniel.ronkainen@wazabii.se"
13- },
14- {
15- "name" : " MaplePHP" ,
16- "homepage" : " https://wazabii.se"
17- }
18- ],
19- "require" : {
20- "php" : " >=8.0" ,
21- "maplephp/dto" : " ^2.0"
2+ "name" : " maplephp/container" ,
3+ "type" : " library" ,
4+ "version" : " v1.2.3" ,
5+ "description" : " Container, Factories and dependency injectors with full PSR-11 support." ,
6+ "keywords" : [
7+ " container" ,
8+ " psr11" ,
9+ " factories" ,
10+ " dependency injectors" ,
11+ " injectors"
12+ ],
13+ "homepage" : " https://wazabii.se" ,
14+ "license" : " Apache-2.0" ,
15+ "authors" : [
16+ {
17+ "name" : " Daniel Ronkainen" ,
18+ "email" : " daniel.ronkainen@wazabii.se"
2219 },
23- "autoload" : {
24- "psr-4" : {
25- "MaplePHP\\ Container\\ " : " "
26- }
27- },
28- "minimum-stability" : " dev"
29- }
20+ {
21+ "name" : " MaplePHP" ,
22+ "homepage" : " https://wazabii.se"
23+ }
24+ ],
25+ "require" : {
26+ "php" : " >=8.0" ,
27+ "maplephp/dto" : " ^2.0"
28+ },
29+ "autoload" : {
30+ "psr-4" : {
31+ "MaplePHP\\ Container\\ " : " "
32+ }
33+ },
34+ "minimum-stability" : " dev"
35+ }
0 commit comments