Skip to content

Commit d987dfb

Browse files
committed
Update composer.json
1 parent 6120d0b commit d987dfb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "ether/atom",
33
"description": "Adding enhanced modularity to Craft CMS Twig templating",
4-
"version": "1.0.5",
54
"type": "craft-plugin",
65
"license": "MIT",
76
"minimum-stability": "dev",
87
"require": {
9-
"craftcms/cms": "^3.5.0"
8+
"craftcms/cms": "^4"
109
},
1110
"autoload": {
1211
"psr-4": {
@@ -16,7 +15,8 @@
1615
"support": {
1716
"email": "help@ethercreative.co.uk",
1817
"source": "https://github.com/ethercreative/atom",
19-
"issues": "https://github.com/ethercreative/atom/issues"
18+
"issues": "https://github.com/ethercreative/atom/issues",
19+
"docs": "https://github.com/ethercreative/atom"
2020
},
2121
"extra": {
2222
"handle": "atom",

0 commit comments

Comments
 (0)