Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Mar 27, 2024
1 parent 6120d0b commit d987dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "ether/atom",
"description": "Adding enhanced modularity to Craft CMS Twig templating",
"version": "1.0.5",
"type": "craft-plugin",
"license": "MIT",
"minimum-stability": "dev",
"require": {
"craftcms/cms": "^3.5.0"
"craftcms/cms": "^4"
},
"autoload": {
"psr-4": {
Expand All @@ -16,7 +15,8 @@
"support": {
"email": "help@ethercreative.co.uk",
"source": "https://github.com/ethercreative/atom",
"issues": "https://github.com/ethercreative/atom/issues"
"issues": "https://github.com/ethercreative/atom/issues",
"docs": "https://github.com/ethercreative/atom"
},
"extra": {
"handle": "atom",
Expand Down

0 comments on commit d987dfb

Please sign in to comment.