Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdrosas87 authored Sep 27, 2024
1 parent 6e6efd1 commit 4d14e0f
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,7 +1,7 @@
{
"name": "putyourlightson/craft-element-status-events",
"description": "Element status events extension for Craft CMS.",
"version": "2.0.1",
"version": "2.1.0",
"type": "yii2-extension",
"homepage": "https://github.com/putyourlightson/craft-element-status-events",
"license": "MIT",
Expand All @@ -26,11 +26,11 @@
}
],
"require": {
"craftcms/cms": "^3.0.0"
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
"putyourlightson\\elementstatusevents\\": "src/"
"lsst-epo\\elementstatusevents\\": "src/"
}
},
"support": {
Expand Down

0 comments on commit 4d14e0f

Please sign in to comment.