|
1 | 1 | { |
2 | | - "name": "lindemannrock/icon-manager", |
| 2 | + "name": "lindemannrock/craft-icon-manager", |
3 | 3 | "description": "Comprehensive icon management field supporting SVG libraries and icon fonts for Craft CMS", |
4 | 4 | "type": "craft-plugin", |
5 | 5 | "version": "1.6.0", |
|
29 | 29 | ], |
30 | 30 | "support": { |
31 | 31 | "email": "support@lindemannrock.com", |
32 | | - "issues": "https://github.com/LindemannRock/icon-manager/issues", |
33 | | - "source": "https://github.com/LindemannRock/icon-manager", |
34 | | - "docs": "https://github.com/LindemannRock/icon-manager/blob/main/README.md", |
35 | | - "rss": "https://github.com/LindemannRock/icon-manager/commits/main.atom" |
| 32 | + "issues": "https://github.com/LindemannRock/craft-icon-manager/issues", |
| 33 | + "source": "https://github.com/LindemannRock/craft-icon-manager", |
| 34 | + "docs": "https://github.com/LindemannRock/craft-icon-manager/blob/main/README.md", |
| 35 | + "rss": "https://github.com/LindemannRock/craft-icon-manager/commits/main.atom" |
36 | 36 | }, |
37 | 37 | "require": { |
38 | 38 | "php": "^8.0.2", |
39 | | - "craftcms/cms": "^5.0.0" |
| 39 | + "craftcms/cms": "^5.0.0", |
| 40 | + "lindemannrock/craft-logging-library": "^1.0" |
| 41 | + }, |
| 42 | + "repositories": { |
| 43 | + "logging-library": { |
| 44 | + "type": "vcs", |
| 45 | + "url": "https://github.com/LindemannRock/craft-logging-library.git" |
| 46 | + } |
40 | 47 | }, |
41 | 48 | "autoload": { |
42 | 49 | "psr-4": { |
|
48 | 55 | "handle": "icon-manager", |
49 | 56 | "developer": "LindemannRock", |
50 | 57 | "developerUrl": "https://lindemannrock.com", |
51 | | - "documentationUrl": "https://github.com/LindemannRock/icon-manager/blob/main/README.md", |
52 | | - "changelogUrl": "https://github.com/LindemannRock/icon-manager/blob/main/CHANGELOG.md", |
| 58 | + "documentationUrl": "https://github.com/LindemannRock/craft-icon-manager/blob/main/README.md", |
| 59 | + "changelogUrl": "https://github.com/LindemannRock/craft-icon-manager/blob/main/CHANGELOG.md", |
53 | 60 | "class": "lindemannrock\\iconmanager\\IconManager" |
54 | 61 | } |
55 | 62 | } |
0 commit comments