Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit ada03b9

Browse files
author
John Wineman
committed
PI-1032: composer install
1 parent 6df6836 commit ada03b9

File tree

786 files changed

+27570
-61519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

786 files changed

+27570
-61519
lines changed

vendor/autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require_once __DIR__ . '/composer/autoload_real.php';
66

7-
return ComposerAutoloaderInit351ea891ccabaab01d88c0a188c847e9::getLoader();
7+
return ComposerAutoloaderInit3d39e9b308eedc432af862a2dd3838a5::getLoader();

vendor/cloudflare/cloudflare-plugin-backend/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.0](#2.0.0) - 2017-03-08
6+
### Changed
7+
- Reverted `CF\API\AbstractAPIClient` to Guzzle 5 [#35](https://github.com/cloudflare/cloudflare-plugin-backend/pull/35)
8+
9+
### Fixed
10+
- API Clients must be instantiated outside `RequestRouter` now to fix DI issue in Magento [#36](https://github.com/cloudflare/cloudflare-plugin-backend/pull/36)
11+
512
## [1.1.13](#1.1.13) - 2017-02-28
6-
### Added
13+
### Added
714
- Travis CI [#34](https://github.com/cloudflare/cloudflare-plugin-backend/pull/34)
815

916
### Fixed

vendor/cloudflare/cloudflare-plugin-backend/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cloudflare/cloudflare-plugin-backend",
33
"description": "A PHP backend for Cloudflare plugins.",
44
"license": "BSD-3-Clause",
5-
"version": "1.1.13",
5+
"version": "2.0.0",
66
"scripts": {
77
"test": "vendor/bin/phpunit",
88
"lint": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php src/",
@@ -14,7 +14,7 @@
1414
"require-dev": {
1515
"phpunit/phpunit": "4.8.*",
1616
"squizlabs/php_codesniffer": "2.*",
17-
"guzzle/guzzle": "~3.9"
17+
"guzzlehttp/guzzle": "~5.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)