Changeset 2112609
- Timestamp:
- 06/26/2019 08:52:17 AM (7 years ago)
- Location:
- ds-titan
- Files:
-
- 2 edited
-
tags/0.2/composer.json (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ds-titan/tags/0.2/composer.json
r2112592 r2112609 5 5 "psr-4": { 6 6 "DSTitan\\": "src/" 7 } 7 }, 8 "classmap": [ 9 "src/" 10 ] 8 11 }, 9 12 "require": { -
ds-titan/trunk/composer.json
r2112580 r2112609 5 5 "psr-4": { 6 6 "DSTitan\\": "src/" 7 } 7 }, 8 "classmap": [ 9 "src/" 10 ] 8 11 }, 9 12 "require": {
Note: See TracChangeset
for help on using the changeset viewer.