Skip to content

Commit 34cb694

Browse files
committed
Added style and changelog
1 parent 4f3337b commit 34cb694

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.1.1 - 2016-06-30
4+
5+
### Changed
6+
7+
- Removed Puli logic and require `php-http/discovery:0.9` which makes Puli optional.
38

49
## 1.1.0 - 2016-05-19
510

DependencyInjection/Compiler/DiscoveryPass.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@
77
use Http\Discovery\MessageFactoryDiscovery;
88
use Http\Discovery\StreamFactoryDiscovery;
99
use Http\Discovery\UriFactoryDiscovery;
10-
use Http\HttplugBundle\HttplugFactory;
1110
use Http\Message\MessageFactory;
1211
use Http\Message\StreamFactory;
1312
use Http\Message\UriFactory;
1413
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1514
use Symfony\Component\DependencyInjection\ContainerBuilder;
16-
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
17-
use Symfony\Component\DependencyInjection\Reference;
1815

1916
/**
2017
* Adds fallback and discovery services.
@@ -36,7 +33,7 @@ final class DiscoveryPass implements CompilerPassInterface
3633
];
3734

3835
/**
39-
* Factories by type
36+
* Factories by type.
4037
*
4138
* @var array
4239
*/

Tests/Unit/DependencyInjection/Compiler/DiscoveryPassTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Http\Client\HttpClient;
66
use Http\HttplugBundle\DependencyInjection\Compiler\DiscoveryPass;
7-
use Http\HttplugBundle\HttplugFactory;
87
use Http\Message\MessageFactory;
98
use Http\Message\StreamFactory;
109
use Http\Message\UriFactory;

0 commit comments

Comments
 (0)