Skip to content

Commit 6765bad

Browse files
committed
Remove php-di as hard dependency
1 parent 63776a4 commit 6765bad

File tree

2 files changed

+212
-212
lines changed

2 files changed

+212
-212
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
"api-clients/hydrator": "dev-master",
1616
"api-clients/service": "dev-master",
1717
"api-clients/transport": "dev-master",
18-
"league/event": "^2.1",
19-
"php-di/php-di": "^5.4"
18+
"league/event": "^2.1"
2019
},
2120
"require-dev": {
22-
"api-clients/test-utilities": "^2.0"
21+
"api-clients/test-utilities": "^2.0",
22+
"php-di/php-di": "^5.4"
2323
},
2424
"suggest": {
25+
"php-di/php-di": "Use predefined factory to create client",
2526
"api-clients/resource-generator": "Easy wireframing of resources",
2627
"wyrihaximus/react-cache-filesystem": "Filesystem cache",
2728
"wyrihaximus/react-cache-redis": "Redis cache"

0 commit comments

Comments
 (0)