We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6120d0b commit d987dfbCopy full SHA for d987dfb
1 file changed
composer.json
@@ -1,12 +1,11 @@
1
{
2
"name": "ether/atom",
3
"description": "Adding enhanced modularity to Craft CMS Twig templating",
4
- "version": "1.0.5",
5
"type": "craft-plugin",
6
"license": "MIT",
7
"minimum-stability": "dev",
8
"require": {
9
- "craftcms/cms": "^3.5.0"
+ "craftcms/cms": "^4"
10
},
11
"autoload": {
12
"psr-4": {
@@ -16,7 +15,8 @@
16
15
"support": {
17
"email": "help@ethercreative.co.uk",
18
"source": "https://github.com/ethercreative/atom",
19
- "issues": "https://github.com/ethercreative/atom/issues"
+ "issues": "https://github.com/ethercreative/atom/issues",
+ "docs": "https://github.com/ethercreative/atom"
20
21
"extra": {
22
"handle": "atom",
0 commit comments