Skip to content

Commit c9f1a8c

Browse files
committed
fix: update repository name and links in README and composer.json
1 parent 718bd08 commit c9f1a8c

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Until published on Packagist, install directly from the repository:
3333

3434
```bash
3535
cd /path/to/project
36-
composer config repositories.icon-manager vcs https://github.com/LindemannRock/icon-manager
36+
composer config repositories.icon-manager vcs https://github.com/LindemannRock/craft-icon-manager
3737
composer require lindemannrock/icon-manager:dev-main
3838
```
3939

@@ -511,8 +511,8 @@ Check if an icon exists:
511511

512512
## Support
513513

514-
- **Documentation**: [https://github.com/LindemannRock/icon-manager](https://github.com/LindemannRock/icon-manager)
515-
- **Issues**: [https://github.com/LindemannRock/icon-manager/issues](https://github.com/LindemannRock/icon-manager/issues)
514+
- **Documentation**: [https://github.com/LindemannRock/craft-icon-manager](https://github.com/LindemannRock/craft-icon-manager)
515+
- **Issues**: [https://github.com/LindemannRock/craft-icon-manager/issues](https://github.com/LindemannRock/craft-icon-manager/issues)
516516
- **Email**: [support@lindemannrock.com](mailto:support@lindemannrock.com)
517517

518518
## License

composer.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lindemannrock/icon-manager",
2+
"name": "lindemannrock/craft-icon-manager",
33
"description": "Comprehensive icon management field supporting SVG libraries and icon fonts for Craft CMS",
44
"type": "craft-plugin",
55
"version": "1.6.0",
@@ -29,14 +29,21 @@
2929
],
3030
"support": {
3131
"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"
3636
},
3737
"require": {
3838
"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+
}
4047
},
4148
"autoload": {
4249
"psr-4": {
@@ -48,8 +55,8 @@
4855
"handle": "icon-manager",
4956
"developer": "LindemannRock",
5057
"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",
5360
"class": "lindemannrock\\iconmanager\\IconManager"
5461
}
5562
}

0 commit comments

Comments
 (0)