-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9930767
commit c2a8a86
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "statikbe/craft-carbon-tracker", | ||
"description": "Carbon tracker aims to raise awareness of the carbon emissions created by webpages, by displaying these insights along side the content in Craft's control panel.", | ||
"type": "craft-plugin", | ||
"version": "4.1.0", | ||
"version": "5.0.0", | ||
"license": "mit", | ||
"support": { | ||
"email": "[email protected]", | ||
|
@@ -12,8 +12,7 @@ | |
"rss": "https://github.com/statikbe/craft-carbon-tracker/releases.atom" | ||
}, | ||
"require": { | ||
"php": ">=8.0.2", | ||
"craftcms/cms": "^4.5.0" | ||
"craftcms/cms": "^5.0.0-beta.1" | ||
}, | ||
"require-dev": { | ||
"craftcms/ecs": "dev-main", | ||
|
@@ -46,9 +45,6 @@ | |
}, | ||
"config": { | ||
"sort-packages": true, | ||
"platform": { | ||
"php": "8.0.2" | ||
}, | ||
"allow-plugins": { | ||
"yiisoft/yii2-composer": true, | ||
"craftcms/plugin-installer": true | ||
|