Skip to content

Commit

Permalink
Merge pull request #26 from Sam-Burns/remove-guzzle
Browse files Browse the repository at this point in the history
Removing Guzzle 3. (Guzzle 6 does not have a container)
  • Loading branch information
Sam-Burns committed Feb 22, 2016
2 parents fbbe0f6 + 02c1e8f commit ebac589
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 75 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -169,7 +169,6 @@ Command design pattern. You can also use the `FailoverOnMissContainer` decorator
## Supported Containers

* [Aura.Di Container](https://github.com/auraphp/Aura.Di/blob/develop/src/Aura/Di/ContainerInterface.php)
* [Guzzle Service Builder](https://github.com/guzzle/service/blob/master/Builder/ServiceBuilderInterface.php)
* [Laravel Container](https://github.com/laravel/framework/blob/master/src/Illuminate/Container/Container.php)
* [Nette DI Container](https://github.com/nette/nette/blob/master/Nette/DI/Container.php)
* [PHP-DI Container](https://github.com/mnapoli/PHP-DI/blob/master/src/DI/Container.php)
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -18,7 +18,6 @@
"require-dev": {
"php": ">=5.4.0",
"aura/di": "1.*",
"guzzle/service": "3.*",
"illuminate/container": ">=4.0.0 <6.0.0",
"mnapoli/php-di": "3.*",
"nette/nette": "2.*",
Expand Down
44 changes: 0 additions & 44 deletions src/Adapter/GuzzleContainerAdapter.php

This file was deleted.

1 change: 0 additions & 1 deletion src/Adapter/map.php
Expand Up @@ -13,7 +13,6 @@
'Zend\Di\LocatorInterface' => 'Acclimate\Container\Adapter\ZendDiContainerAdapter',
'Illuminate\Container\Container' => 'Acclimate\Container\Adapter\LaravelContainerAdapter',
'Aura\Di\ContainerInterface' => 'Acclimate\Container\Adapter\AuraContainerAdapter',
'Guzzle\Service\Builder\ServiceBuilderInterface' => 'Acclimate\Container\Adapter\GuzzleContainerAdapter',
'DI\Container' => 'Acclimate\Container\Adapter\PHPDIContainerAdapter',
'Nette\DI\Container' => 'Acclimate\Container\Adapter\NetteContainerAdapter',
'ArrayAccess' => 'Acclimate\Container\Adapter\ArrayAccessContainerAdapter',
Expand Down
28 changes: 0 additions & 28 deletions tests/Adapter/GuzzleServiceBuilderContainerAdapterTest.php

This file was deleted.

0 comments on commit ebac589

Please sign in to comment.