Date: Tue, 16 May 2017 23:49:03 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441062 - in head/www/pydio: . files Message-ID: <201705162349.v4GNn3SM095864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Tue May 16 23:49:03 2017 New Revision: 441062 URL: https://svnweb.freebsd.org/changeset/ports/441062 Log: - Update to 8.0.0 PR: 219342 Submitted by: net@arrishq.net(maintainer) Modified: head/www/pydio/Makefile head/www/pydio/distinfo head/www/pydio/files/pkg-deinstall.in head/www/pydio/files/pkg-message.in head/www/pydio/pkg-plist Modified: head/www/pydio/Makefile ============================================================================== --- head/www/pydio/Makefile Tue May 16 23:05:45 2017 (r441061) +++ head/www/pydio/Makefile Tue May 16 23:49:03 2017 (r441062) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pydio -PORTVERSION= 7.0.4 +PORTVERSION= 8.0.0 CATEGORIES= www MASTER_SITES= https://download.pydio.com/pub/core/archives/ DISTNAME= ${PORTNAME}-core-${PORTVERSION} @@ -28,6 +28,11 @@ post-patch: @${MV} ${WRKSRC}/conf/bootstrap_repositories.php ${WRKDIR}/bootstrap_repositories.php.sample # Remove unneeded sample file for IIS @${RM} ${WRKSRC}/web.config.sample + @${RM} ${WRKSRC}/data/web.config + + # Remove dead symlinks shipped in upstream + @${RM} ${WRKSRC}/plugins/gui.ajax/res/mui/less + @${RM} ${WRKSRC}/plugins/gui.ajax/res/themes/common/css/mui/less do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} Modified: head/www/pydio/distinfo ============================================================================== --- head/www/pydio/distinfo Tue May 16 23:05:45 2017 (r441061) +++ head/www/pydio/distinfo Tue May 16 23:49:03 2017 (r441062) @@ -1,3 +1,3 @@ TIMESTAMP = 1488207715 -SHA256 (pydio-core-7.0.4.tar.gz) = 8ff8f9ba9978924eb81f902d11bc7cf2be45bb592b3a9b6de51558da539a527f -SIZE (pydio-core-7.0.4.tar.gz) = 43741497 +SHA256 (pydio-core-8.0.0.tar.gz) = 0d0e88a237b652a6f35c8735ab41e6f64a9c73333e67c424214ca417c4f1b490 +SIZE (pydio-core-8.0.0.tar.gz) = 54933292 Modified: head/www/pydio/files/pkg-deinstall.in ============================================================================== --- head/www/pydio/files/pkg-deinstall.in Tue May 16 23:05:45 2017 (r441061) +++ head/www/pydio/files/pkg-deinstall.in Tue May 16 23:49:03 2017 (r441062) @@ -12,7 +12,7 @@ if [ -d %%WWWDIR%% ]; then echo "NOTE:" echo "There are still some configuration, state and/or data files left" echo "in %%WWWDIR%%." - echo "If you want to completely remove ajaxplorer use" + echo "If you want to completely remove pydio use" echo "'rm -rf %%WWWDIR%%' to delete them." echo fi Modified: head/www/pydio/files/pkg-message.in ============================================================================== --- head/www/pydio/files/pkg-message.in Tue May 16 23:05:45 2017 (r441061) +++ head/www/pydio/files/pkg-message.in Tue May 16 23:49:03 2017 (r441062) @@ -4,7 +4,7 @@ Pydio has been installed in %%WWWDIR%%. You need to configure your webserver to publish that directory. -Please also read http://ajaxplorer.info/documentation/administration/ +Please also read https://pydio.com/en/docs/v8/installation-guide/ for further details on how to secure and configure your installation. ************************************************************************ @@ -55,3 +55,40 @@ Choosing the file matching your backend, is completed, Pydio may be updated using the web interface. ************************************************************************ + +************************************************************************ + +If you are upgrading from Pydio 7 to Pydio 8, please read follow the +following quickstart guide for FreeBSD users. +If the installer / upgrader fails upon trying to access it and there is +an error message in your PHP log about "open_basedir" restriction from + +%%WWWDIR%%/pydio/plugins/gui.ajax/RichClient.php + +editing the file and changing line 512 from: + +if(file_exists(AJXP_INSTALL_PATH . "." . $imagesFolder)){ + +to + +if(file_exists(AJXP_INSTALL_PATH . "/" . $imagesFolder)){ + +should help with this issue. + +When using MySQL as database backend and the user you use for accessing +the database might temporary need all privileges (GRANT ALL PRIVILEGES) +on the Pydio database during the upgrade process. +The privileges may be set back afterwards. + +If you use a cache driver (Doctrine), the upgrade process may fail. To +disable the cache driver temporarily, edit: + +%%WWWDIR%%/pydio/plugins/boot.conf/bootstrap.json + +and remove the "core.cache" part. It can be added once the upgrade +finished or re-configured in the admin panel. + +Additionally cleaning the following temporary directory might be +helpful: + +%%WWWDIR%%/pydio/cache Modified: head/www/pydio/pkg-plist ============================================================================== --- head/www/pydio/pkg-plist Tue May 16 23:05:45 2017 (r441061) +++ head/www/pydio/pkg-plist Tue May 16 23:49:03 2017 (r441062) @@ -7,33 +7,33 @@ @sample %%WWWDIR%%/conf/bootstrap_conf.php.sample @sample %%WWWDIR%%/conf/bootstrap_context.php.sample @sample %%WWWDIR%%/conf/bootstrap_repositories.php.sample -%%WWWDIR%%/conf/RELEASE_NOTE -%%WWWDIR%%/conf/VERSION -%%WWWDIR%%/conf/VERSION.php %%WWWDIR%%/conf/extensions.conf.php %%WWWDIR%%/conf/index.html %%WWWDIR%%/conf/mime.types +%%WWWDIR%%/conf/RELEASE_NOTE +%%WWWDIR%%/conf/VERSION +%%WWWDIR%%/conf/VERSION.php %%WWWDIR%%/core/compat.php %%WWWDIR%%/core/composer.json %%WWWDIR%%/core/composer.lock -%%WWWDIR%%/core/doc/API.odt -%%WWWDIR%%/core/doc/API_3.0.odt %%WWWDIR%%/core/doc/Ajaxplorer-DriverAPI-v2.3.pdf %%WWWDIR%%/core/doc/Ajaxplorer-DriverAPI-v3.pdf +%%WWWDIR%%/core/doc/ajaxplorer-manual-2.37-dist.html +%%WWWDIR%%/core/doc/API_3.0.odt +%%WWWDIR%%/core/doc/API.odt %%WWWDIR%%/core/doc/CHOSEN.txt %%WWWDIR%%/core/doc/CREDITS-ONLY.txt %%WWWDIR%%/core/doc/CREDITS.txt +%%WWWDIR%%/core/doc/hooks.json %%WWWDIR%%/core/doc/INSTALL.txt +%%WWWDIR%%/core/doc/LICENSE_until3.2.4.txt %%WWWDIR%%/core/doc/LICENSE-CAS.txt %%WWWDIR%%/core/doc/LICENSE-SABREDAV.txt %%WWWDIR%%/core/doc/LICENSE.txt -%%WWWDIR%%/core/doc/LICENSE_until3.2.4.txt +%%WWWDIR%%/core/doc/npm-licenses.csv %%WWWDIR%%/core/doc/PREVIOUS_RELEASES %%WWWDIR%%/core/doc/TROUBLESHOOTING.txt -%%WWWDIR%%/core/doc/ajaxplorer-manual-2.37-dist.html -%%WWWDIR%%/core/doc/hooks.json %%WWWDIR%%/core/src/index.html -%%WWWDIR%%/core/src/lib/HttpClient.php %%WWWDIR%%/core/src/lib/dibi/dibi.php %%WWWDIR%%/core/src/lib/dibi/drivers/DibiFirebirdDriver.php %%WWWDIR%%/core/src/lib/dibi/drivers/DibiMsSql2005Driver.php @@ -41,8 +41,8 @@ %%WWWDIR%%/core/src/lib/dibi/drivers/DibiMsSqlDriver.php %%WWWDIR%%/core/src/lib/dibi/drivers/DibiMsSqlReflector.php %%WWWDIR%%/core/src/lib/dibi/drivers/DibiMySqlDriver.php -%%WWWDIR%%/core/src/lib/dibi/drivers/DibiMySqlReflector.php %%WWWDIR%%/core/src/lib/dibi/drivers/DibiMySqliDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiMySqlReflector.php %%WWWDIR%%/core/src/lib/dibi/drivers/DibiOdbcDriver.php %%WWWDIR%%/core/src/lib/dibi/drivers/DibiOracleDriver.php %%WWWDIR%%/core/src/lib/dibi/drivers/DibiPdoDriver.php @@ -52,8 +52,8 @@ %%WWWDIR%%/core/src/lib/dibi/drivers/DibiSqliteReflector.php %%WWWDIR%%/core/src/lib/dibi/libs/Dibi.php %%WWWDIR%%/core/src/lib/dibi/libs/DibiConnection.php -%%WWWDIR%%/core/src/lib/dibi/libs/DibiDataSource.php %%WWWDIR%%/core/src/lib/dibi/libs/DibiDatabaseInfo.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiDataSource.php %%WWWDIR%%/core/src/lib/dibi/libs/DibiDateTime.php %%WWWDIR%%/core/src/lib/dibi/libs/DibiEvent.php %%WWWDIR%%/core/src/lib/dibi/libs/DibiException.php @@ -68,6 +68,7 @@ %%WWWDIR%%/core/src/lib/dibi/libs/DibiRow.php %%WWWDIR%%/core/src/lib/dibi/libs/DibiTranslator.php %%WWWDIR%%/core/src/lib/dibi/libs/interfaces.php +%%WWWDIR%%/core/src/lib/HttpClient.php %%WWWDIR%%/core/src/lib/pclzip.lib.php %%WWWDIR%%/core/src/phpunit/HOWTO %%WWWDIR%%/core/src/phpunit/Pydio/Tests/Atomics/CryptoTests.php @@ -157,10 +158,12 @@ %%WWWDIR%%/core/src/pydio/Core/Http/Wopi/Middleware.php %%WWWDIR%%/core/src/pydio/Core/Http/Wopi/Router.php %%WWWDIR%%/core/src/pydio/Core/Http/Wopi/Server.php +%%WWWDIR%%/core/src/pydio/Core/Model/AddressBookItem.php %%WWWDIR%%/core/src/pydio/Core/Model/Context.php %%WWWDIR%%/core/src/pydio/Core/Model/ContextInterface.php %%WWWDIR%%/core/src/pydio/Core/Model/ContextProviderInterface.php %%WWWDIR%%/core/src/pydio/Core/Model/FilteredRepositoriesList.php +%%WWWDIR%%/core/src/pydio/Core/Model/FilteredUsersList.php %%WWWDIR%%/core/src/pydio/Core/Model/RepositoryInterface.php %%WWWDIR%%/core/src/pydio/Core/Model/UserInterface.php %%WWWDIR%%/core/src/pydio/Core/PluginFramework/CoreInstanceProvider.php @@ -188,13 +191,12 @@ %%WWWDIR%%/core/src/pydio/Core/Utils/DBHelper.php %%WWWDIR%%/core/src/pydio/Core/Utils/FileHelper.php %%WWWDIR%%/core/src/pydio/Core/Utils/Http/BruteForceHelper.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Http/captcha_words.txt %%WWWDIR%%/core/src/pydio/Core/Utils/Http/CaptchaProvider.php %%WWWDIR%%/core/src/pydio/Core/Utils/Http/CookiesHelper.php %%WWWDIR%%/core/src/pydio/Core/Utils/Http/UserAgent.php -%%WWWDIR%%/core/src/pydio/Core/Utils/Http/captcha_words.txt %%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/DiagnosticRunner.php %%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/DocsParser.php -%%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/JSPacker.php %%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/LocaleExtractor.php %%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/PydioSdkGenerator.php %%WWWDIR%%/core/src/pydio/Core/Utils/TextEncoder.php @@ -209,8 +211,14 @@ %%WWWDIR%%/core/src/pydio/Core/Utils/Vars/XMLFilter.php %%WWWDIR%%/core/src/pydio/Core/Utils/XMLHelper.php %%WWWDIR%%/core/src/pydio/Tests/AbstractTest.php +%%WWWDIR%%/core/src/pydio/Tests/api_test.phtml %%WWWDIR%%/core/src/pydio/Tests/Client.php %%WWWDIR%%/core/src/pydio/Tests/CryptoFunctions.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_APC.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_file_uploads.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_INTL.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_magic_quotes.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_OB.php %%WWWDIR%%/core/src/pydio/Tests/PHPCLI.php %%WWWDIR%%/core/src/pydio/Tests/PHPDomXML.php %%WWWDIR%%/core/src/pydio/Tests/PHPErrorLevel.php @@ -220,24 +228,54 @@ %%WWWDIR%%/core/src/pydio/Tests/PHPOS.php %%WWWDIR%%/core/src/pydio/Tests/PHPSession.php %%WWWDIR%%/core/src/pydio/Tests/PHPVersion.php -%%WWWDIR%%/core/src/pydio/Tests/PHP_APC.php -%%WWWDIR%%/core/src/pydio/Tests/PHP_INTL.php -%%WWWDIR%%/core/src/pydio/Tests/PHP_OB.php -%%WWWDIR%%/core/src/pydio/Tests/PHP_file_uploads.php -%%WWWDIR%%/core/src/pydio/Tests/PHP_magic_quotes.php %%WWWDIR%%/core/src/pydio/Tests/PydioVersion.php -%%WWWDIR%%/core/src/pydio/Tests/SSLEncryption.php %%WWWDIR%%/core/src/pydio/Tests/ServerEncoding.php +%%WWWDIR%%/core/src/pydio/Tests/SSLEncryption.php +%%WWWDIR%%/core/src/pydio/Tests/startup.phtml %%WWWDIR%%/core/src/pydio/Tests/Upload.php %%WWWDIR%%/core/src/pydio/Tests/UsersConfig.php %%WWWDIR%%/core/src/pydio/Tests/Writeability.php %%WWWDIR%%/core/src/pydio/Tests/Zlib.php -%%WWWDIR%%/core/src/pydio/Tests/api_test.phtml -%%WWWDIR%%/core/src/pydio/Tests/startup.phtml %%WWWDIR%%/core/vendor/autoload.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.22.10 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.22.11 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.22.9 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.23.0 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.23.2 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.23.3 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.0 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.1 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.2 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.3 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.4 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.5 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.6 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.7 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.8 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.24.9 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.25.0 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.25.1 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.25.2 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.25.3 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.25.4 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.25.5 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.25.6 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.25.7 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.25.8 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.26.0 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.26.1 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.26.2 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.26.3 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.26.4 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.26.5 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.27.0 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.27.1 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.27.2 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/.changes/3.27.3 +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/codecov.yml +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/composer.json %%WWWDIR%%/core/vendor/aws/aws-sdk-php/LICENSE.md %%WWWDIR%%/core/vendor/aws/aws-sdk-php/NOTICE.md -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/composer.json %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Acm/AcmClient.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Acm/Exception/AcmException.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/AbstractModel.php @@ -330,6 +368,8 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php @@ -350,214 +390,6 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DoctrineCacheAdapter.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Efs/EfsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Emr/EmrClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/Partition.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/AwsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/CredentialsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/MultipartUploadException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/GlacierClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/MultipartUploader.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HandlerList.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HasDataTrait.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HashInterface.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HashingStream.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Health/HealthClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/History.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iam/IamClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iot/IotClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/JsonCompiler.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kms/KmsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/LruArrayCache.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Middleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MockHandler.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MultiRegionClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Multipart/UploadState.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/PhpHash.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/PresignUrlMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/PsrCacheAdapter.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rds/Exception/RdsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rds/RdsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Result.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ResultInterface.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ResultPaginator.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/RetryMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53/Route53Client.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/S3Exception.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/MultipartCopy.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/MultipartUploader.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/ObjectCopier.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/ObjectUploader.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PostObject.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PostObjectV4.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3Client.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/SSECMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/StreamWrapper.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Transfer.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sdk.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ses/Exception/SesException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ses/SesClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sfn/SfnClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Shield/ShieldClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/AnonymousSignature.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/S3SignatureV4.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureInterface.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureProvider.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureTrait.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureV4.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sns/Exception/SnsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ssm/SsmClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sts/Exception/StsException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sts/StsClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Support/Exception/SupportException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Support/SupportClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/TraceMiddleware.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Waf/Exception/WafException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Waf/WafClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Waiter.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/XRay/Exception/XRayException.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/XRay/XRayClient.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php @@ -565,12 +397,15 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php @@ -600,6 +435,10 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php @@ -615,12 +454,14 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php -%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/copy-model.sh %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php @@ -631,6 +472,7 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php @@ -672,6 +514,7 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php @@ -683,10 +526,15 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/endpoints.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php @@ -708,6 +556,8 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php @@ -716,16 +566,23 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/manifest.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php @@ -738,11 +595,15 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php @@ -765,28 +626,257 @@ %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DoctrineCacheAdapter.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Efs/EfsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Emr/EmrClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/Partition.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/AwsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/CredentialsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/MultipartUploadException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php %%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/functions.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/GlacierClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/MultipartUploader.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HandlerList.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HasDataTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HashingStream.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HashInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Health/HealthClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/History.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iam/IamClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iot/IotClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/JsonCompiler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kms/KmsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/LruArrayCache.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Middleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MockHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MTurk/MTurkClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Multipart/UploadState.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MultiRegionClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/PhpHash.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/PresignUrlMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/PsrCacheAdapter.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rds/Exception/RdsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rds/RdsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Result.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ResultInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ResultPaginator.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/RetryMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53/Route53Client.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/S3Exception.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/MultipartCopy.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/MultipartUploader.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/ObjectCopier.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/ObjectUploader.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PostObject.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PostObjectV4.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3Client.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/SSECMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/StreamWrapper.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Transfer.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sdk.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ses/Exception/SesException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ses/SesClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sfn/SfnClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Shield/ShieldClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/AnonymousSignature.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/S3SignatureV4.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureV4.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sns/Exception/SnsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ssm/SsmClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sts/Exception/StsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sts/StsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Support/Exception/SupportException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Support/SupportClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/TraceMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Waf/Exception/WafException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Waf/WafClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Waiter.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/XRay/Exception/XRayException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/XRay/XRayClient.php %%WWWDIR%%/core/vendor/bin/jp.php %%WWWDIR%%/core/vendor/bin/sabredav %%WWWDIR%%/core/vendor/bin/vobjectvalidate.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/.gitignore %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/.scrutinizer.yml %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/.travis.yml -%%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/LICENSE -%%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/README.md %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/composer.json %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/composer.lock +%%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/LICENSE %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/phpunit.xml.dist +%%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/README.md %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/src/AccessToken.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/src/GrantType/AuthorizationCode.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/src/GrantType/ClientCredentials.php @@ -798,30 +888,25 @@ %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/src/GrantType/RefreshTokenGrantTypeInterface.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/src/Oauth2Subscriber.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/AccessTokenTest.php +%%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/bootstrap.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/GrantType/AuthorizationCodeTest.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/GrantType/JwtBearerTest.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/GrantType/PasswordCredentialsTest.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/GrantType/RefreshTokenTest.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/MockOAuth2Server.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/OAuth2SubscriberTest.php -%%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/TestBase.php -%%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/bootstrap.php %%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/private.key -%%WWWDIR%%/core/vendor/composer/ClassLoader.php -%%WWWDIR%%/core/vendor/composer/LICENSE +%%WWWDIR%%/core/vendor/commerceguys/guzzle-oauth2-plugin/tests/TestBase.php %%WWWDIR%%/core/vendor/composer/autoload_classmap.php %%WWWDIR%%/core/vendor/composer/autoload_files.php %%WWWDIR%%/core/vendor/composer/autoload_namespaces.php %%WWWDIR%%/core/vendor/composer/autoload_psr4.php %%WWWDIR%%/core/vendor/composer/autoload_real.php %%WWWDIR%%/core/vendor/composer/autoload_static.php +%%WWWDIR%%/core/vendor/composer/ClassLoader.php %%WWWDIR%%/core/vendor/composer/installed.json +%%WWWDIR%%/core/vendor/composer/LICENSE %%WWWDIR%%/core/vendor/dapphp/securimage/AHGBold.ttf -%%WWWDIR%%/core/vendor/dapphp/securimage/LICENSE.txt -%%WWWDIR%%/core/vendor/dapphp/securimage/README.FONT.txt -%%WWWDIR%%/core/vendor/dapphp/securimage/README.md -%%WWWDIR%%/core/vendor/dapphp/securimage/README.txt -%%WWWDIR%%/core/vendor/dapphp/securimage/WavFile.php %%WWWDIR%%/core/vendor/dapphp/securimage/audio/.htaccess %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/0.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/1.wav @@ -849,6 +934,7 @@ %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/C.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/D.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/E.wav +%%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/error.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/F.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/G.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/H.wav @@ -873,7 +959,6 @@ %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/X.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/Y.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/Z.wav -%%WWWDIR%%/core/vendor/dapphp/securimage/audio/en/error.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/noise/check-point-1.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/noise/crowd-talking-1.wav %%WWWDIR%%/core/vendor/dapphp/securimage/audio/noise/crowd-talking-6.wav @@ -903,18 +988,22 @@ %%WWWDIR%%/core/vendor/dapphp/securimage/images/audio_icon.png %%WWWDIR%%/core/vendor/dapphp/securimage/images/loading.png %%WWWDIR%%/core/vendor/dapphp/securimage/images/refresh.png -%%WWWDIR%%/core/vendor/dapphp/securimage/securimage.css -%%WWWDIR%%/core/vendor/dapphp/securimage/securimage.js -%%WWWDIR%%/core/vendor/dapphp/securimage/securimage.php +%%WWWDIR%%/core/vendor/dapphp/securimage/LICENSE.txt +%%WWWDIR%%/core/vendor/dapphp/securimage/README.FONT.txt +%%WWWDIR%%/core/vendor/dapphp/securimage/README.md +%%WWWDIR%%/core/vendor/dapphp/securimage/README.txt %%WWWDIR%%/core/vendor/dapphp/securimage/securimage_play.php %%WWWDIR%%/core/vendor/dapphp/securimage/securimage_play.swf %%WWWDIR%%/core/vendor/dapphp/securimage/securimage_show.php +%%WWWDIR%%/core/vendor/dapphp/securimage/securimage.css +%%WWWDIR%%/core/vendor/dapphp/securimage/securimage.js +%%WWWDIR%%/core/vendor/dapphp/securimage/securimage.php +%%WWWDIR%%/core/vendor/dapphp/securimage/WavFile.php %%WWWDIR%%/core/vendor/dapphp/securimage/words/words.txt -%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/FETCH_HEAD -%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/HEAD -%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/ORIG_HEAD %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/config %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/description +%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/FETCH_HEAD +%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/HEAD %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/hooks/applypatch-msg.sample %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/hooks/commit-msg.sample %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/hooks/post-update.sample @@ -932,8 +1021,9 @@ %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/logs/refs/remotes/composer/forcedisconnect %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/logs/refs/remotes/composer/master %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/logs/refs/remotes/origin/HEAD -%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/objects/pack/pack-460344b6f55bf4118842892b531400d3cca133d3.idx -%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/objects/pack/pack-460344b6f55bf4118842892b531400d3cca133d3.pack +%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/objects/pack/pack-d595481bacdaba385a2d1bfa34620e5b6e744ad5.idx +%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/objects/pack/pack-d595481bacdaba385a2d1bfa34620e5b6e744ad5.pack +%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/ORIG_HEAD %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/packed-refs %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/refs/heads/master %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/refs/remotes/composer/eventloop @@ -942,7 +1032,6 @@ %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.git/refs/remotes/origin/HEAD %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.gitignore %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/.gitmodules -%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/LICENSE %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/bootstrap.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/composer.json %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/cruft/simple-sub.php @@ -950,6 +1039,7 @@ %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/cruft/test-dedupe.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/cruft/test-pub.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/cruft/test-sub.php +%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/LICENSE %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/readme.md %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/Connection/Connection.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/Connection/ConnectionInterface.php @@ -971,72 +1061,72 @@ %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/Lookup/Nsqlookupd.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/Message/Message.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/Message/MessageInterface.php +%%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/nsqphp.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/RequeueStrategy/DelaysList.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/RequeueStrategy/FixedDelay.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/RequeueStrategy/GrowingDelay.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/RequeueStrategy/RequeueStrategyInterface.php %%WWWDIR%%/core/vendor/davegardnerisme/nsqphp/src/nsqphp/Wire/Reader.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705162349.v4GNn3SM095864>