|
60 | 60 | "sonsofphp/pager-implementation": "0.3.x-dev", |
61 | 61 | "sonsofphp/registry-implementation": "0.3.x-dev", |
62 | 62 | "sonsofphp/state-machine-implementation": "0.3.x-dev", |
| 63 | + "sonsofphp/vault-implementation": "0.3.x-dev", |
63 | 64 | "sonsofphp/version-implementation": "0.3.x-dev" |
64 | 65 | }, |
65 | 66 | "require": { |
|
136 | 137 | "sonsofphp/registry-contract": "self.version", |
137 | 138 | "sonsofphp/state-machine": "self.version", |
138 | 139 | "sonsofphp/state-machine-contract": "self.version", |
| 140 | + "sonsofphp/vault": "self.version", |
139 | 141 | "sonsofphp/version": "self.version", |
140 | 142 | "sonsofphp/version-contract": "self.version" |
141 | 143 | }, |
|
172 | 174 | "src/SonsOfPHP/Bridge/Doctrine/DBAL/Pager/Tests", |
173 | 175 | "src/SonsOfPHP/Bridge/Doctrine/ORM/Pager/Tests", |
174 | 176 | "src/SonsOfPHP/Component/Version/Tests", |
175 | | - "src/SonsOfPHP/Component/Registry/Tests" |
| 177 | + "src/SonsOfPHP/Component/Registry/Tests", |
| 178 | + "src/SonsOfPHP/Component/Vault/Tests" |
176 | 179 | ], |
177 | 180 | "psr-4": { |
178 | 181 | "SonsOfPHP\\Bard\\": "src/SonsOfPHP/Bard/src", |
|
206 | 209 | "SonsOfPHP\\Component\\Pager\\": "src/SonsOfPHP/Component/Pager", |
207 | 210 | "SonsOfPHP\\Component\\Registry\\": "src/SonsOfPHP/Component/Registry", |
208 | 211 | "SonsOfPHP\\Component\\StateMachine\\": "src/SonsOfPHP/Component/StateMachine", |
| 212 | + "SonsOfPHP\\Component\\Vault\\": "src/SonsOfPHP/Component/Vault", |
209 | 213 | "SonsOfPHP\\Component\\Version\\": "src/SonsOfPHP/Component/Version", |
210 | 214 | "SonsOfPHP\\Contract\\Common\\": "src/SonsOfPHP/Contract/Common", |
211 | 215 | "SonsOfPHP\\Contract\\Cookie\\": "src/SonsOfPHP/Contract/Cookie", |
|
0 commit comments