Skip to content

Commit

Permalink
M - Update require Craft CMS for v3 or upcoming v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ianreidlangevin committed Mar 11, 2022
1 parent 49d7eb1 commit fe63f02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "troisiemejoueur/cloudfront-signed-urls",
"description": "Create AWS Cloudfront Signed Urls for S3 Craft CMS storage",
"type": "craft-plugin",
"version": "1.0.0",
"version": "1.1.0",
"keywords": [
"craft",
"cms",
Expand All @@ -25,7 +25,7 @@
}
],
"require": {
"craftcms/cms": "^3.1.0|^4.0" ,
"craftcms/cms": "^3.0|^4.0",
"aws/aws-sdk-php": "^3.20.0"
},
"autoload": {
Expand All @@ -42,8 +42,6 @@
"changelogUrl": "https://www.3ejoueur.com",
"class": "troisiemejoueur\\cloudfrontsignedurls\\CloudfrontSignedUrls"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"craftcms/rector": "dev-main"
}
Expand Down

0 comments on commit fe63f02

Please sign in to comment.