File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
2+ // Cloud Files works with all PHP versions supported by ExpressionEngine 7
3+ // However the S3 SDK is now showing warnings when used with older PHP versions
4+ // https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-php-runtimes-8-0-x-and-below-in-the-aws-sdk-for-php/
5+ $ _ENV ['AWS_SUPPRESS_PHP_DEPRECATION_WARNING ' ] = $ _ENV ['AWS_SUPPRESS_PHP_DEPRECATION_WARNING ' ] ?? true ;
26
37require __DIR__ . '/vendor-build/autoload.php ' ;
48
Original file line number Diff line number Diff line change 1111 "require" : {
1212 "php" : " ^7.2 || ^8.0" ,
1313 "bamarni/composer-bin-plugin" : " ^1.5" ,
14+ "expressionengine/flysystem" : " 1.x-dev" ,
15+ "aws/aws-sdk-php" : " 3.337.x" ,
1416 "league/flysystem" : " ^1.0" ,
1517 "league/flysystem-aws-s3-v3" : " ^1.0"
1618 },
2325 "bamarni/composer-bin-plugin" : true
2426 }
2527 },
28+ "repositories" : [
29+ {
30+ "type" : " vcs" ,
31+ "url" : " https://github.com/ExpressionEngine/flysystem"
32+ }
33+ ],
2634 "scripts" : {
2735 "post-install-cmd" : [
2836 " @composer bin all install --ansi" ,
You can’t perform that action at this time.
0 commit comments