Skip to content

Commit 8bc764e

Browse files
author
vcorre
committed
Update doc and travis config
1 parent f26a972 commit 8bc764e

File tree

3 files changed

+12
-123
lines changed

3 files changed

+12
-123
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
# - SYMFONY_VERSION=2.5.*
1212
# - SYMFONY_VERSION=2.6.*
1313
# - SYMFONY_VERSION=2.7.*
14-
# - SYMFONY_VERSION=3.*
14+
- SYMFONY_VERSION=3.*
1515
- SYMFONY_VERSION=4.*
1616

1717
#matrix:

CHANGELOG.md

Lines changed: 0 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,114 +1,3 @@
1-
## 3.3.0
2-
3-
* Support Symfony 4
4-
5-
## 3.1.0
6-
7-
* Allow dependencies `symfony/framework-bundle` ~3.0
8-
* Allow dependencies `symfony/console` ~3.0
9-
10-
## 3.0.0
11-
12-
This version does not break compatibility itself, but it does upgrade
13-
Pheanstalk to version 3, which uses namespaces. If you use any Pheanstalk
14-
classes directly in your code, you should update those references.
15-
16-
* Upped Pheanstalk version to ~3.0
17-
* Upped Symfony requirement to ~2.3
18-
* Upped PHP version requirement to 5.5.9
19-
* Added PRS-4 autoloader configuration
20-
* The option `enabled` was removed from configuration
21-
* The `*.class` service parameters were replaced by its real values
22-
23-
## 2.5.0
24-
* Logging is now done to a specific channel (PR #50 @pkruithof)
25-
26-
## 2.4.0
27-
* Add CLI Command to display next ready job
28-
29-
## 2.3.0
30-
* PR #43 - StatsTube shows stats for all tube if no argument is given
31-
32-
## 2.2.0
33-
* Pull Request #41 Fix chainable methods to return proxy object
34-
35-
## 2.1.6
36-
* Add command to view the first ready/burried job in a certrain tube
37-
* Remove useless import
38-
* Add missing use
39-
* Add Scrutinizer Badge
40-
* Add link to LeezyPheanstalkBundleExtra
41-
42-
## 2.1.5
43-
* Fix #38
44-
45-
## 2.1.4
46-
* Fix install documentation.
47-
* Fix #29
48-
* Remove github analytics
49-
* Fixed FlushTube Command by catching the correct Exception
50-
* Pretty smal fixes to be more PSR2 compliant
51-
* Move connection definition from compiler pass to the extension
52-
53-
## 2.1.3
54-
* Fixed return value for Proxy::putInTube
55-
* CHANGELOG use markdown extension
56-
57-
## 2.1.2
58-
* Add KickJobCommand
59-
* Fix error management on command
60-
61-
## 2.1.1
62-
* Fix missing implementation of PheanstalkInterface::kickJob
63-
64-
## 2.1.0
65-
* Use pda/pheanstalk 2.1.0
66-
* Add KickCommand
67-
* Fix default name on Command
68-
69-
## 2.0.1
70-
* Set type hint for logger
71-
* Add few tests on PheanstalkLogListener
72-
73-
## 2.0.0
74-
* Add PheanstalkProxy
75-
* Allow user to define custom PheanstalkProxy
76-
* Fragment documentation
77-
* Events documentation
78-
* Change 'connection' name to 'pheanstalk'
79-
* Event integration
80-
* BC : Use 'pheanstalk' name instead of 'connection' to avoid confusion
81-
* Add more security on CLI
82-
* Logger integration
83-
* Add documentation on custom proxy
84-
85-
## 1.2.0
86-
* Add profilter integration, thanks @Maxwell2022
87-
* Add ConnectionLocator
88-
89-
## 1.1.0
90-
* Remove useless Tests/Fixtures/Entity/FakeMedia.php
91-
* Update composer to use symfony/framework-bundle instead of symfony/symfony
92-
* Remove requirement PHP >= 5.3.3. Use the PHP requirement of symfony/framework-bundle
93-
* Fix Travis-CI problem
94-
95-
## 1.0.4
96-
* Update to PSR-0 : https://github.com/pda/pheanstalk/commit/412ab5b7469538ab613efd8fb91b4adc84bf599f
97-
* Add warning about composer minimum-stability due to : https://github.com/armetiz/LeezyPheanstalkBundle/issues/8
98-
99-
## 1.0.3
100-
* Update code to pda/pheanstalk which is a PHP5.2 implementation.
101-
* BC still ok.
102-
103-
## 1.0.2
104-
* Add Unit Test
105-
* Throw exception when more than one connection have the default flag
106-
* Switch dependency from 'mrpoundsign/pheanstalk-5.3' to 'pda/pheanstalk'
107-
* Add TravisCI configuration
108-
109-
## 1.0.1
110-
* Fix dependency to pheanstalk-5.3. #4
111-
1121
## 1.0.0
1132
* Update README to be composer compliant.
1143
* First stable tag version.

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
[![Code Coverage](https://scrutinizer-ci.com/g/PyRowMan/pheanstalk-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/PyRowMan/pheanstalk-bundle/?branch=master)
66
[![Build Status](https://travis-ci.org/PyRowMan/pheanstalk-bundle.svg?branch=master)](https://travis-ci.org/PyRowMan/pheanstalk-bundle)
77

8-
[EvQueue workqueue](http://www.evqueue.net/) clients for Symfony2.
8+
[EvQueue workqueue](http://www.evqueue.net/) clients for Symfony3.
99

1010
The Pyrowman\LeezyPheanstalkBundle is a fork from [LeezyPheanstalkBundle](https://github.com/armetiz/LeezyPheanstalkBundle)
1111

12-
The Pyrowman\LeezyPheanstalkBundle is a Symfony2 Bundle that provides a [pheanstalk](https://github.com/pyrowman/pheanstalk) integration with the following features:
12+
The Pyrowman\LeezyPheanstalkBundle is a Symfony3 Bundle that provides a [pheanstalk](https://github.com/pyrowman/pheanstalk) integration with the following features:
1313
* Command Line Interface for manage the queues.
14-
* An integration to the Symfony2 event system.
15-
* An integration to the Symfony2 profiler system to monitor your beanstalk server.
16-
* An integration to the Symfony2 logger system.
14+
* An integration to the Symfony3 event system.
15+
* An integration to the Symfony3 profiler system to monitor your beanstalk server.
16+
* An integration to the Symfony3 logger system.
1717
* A proxy system to customize the command features.
1818
* Auto-wiring: `PheanstalkInterface`
1919

2020

2121
Documentation :
22-
- [Installation](https://github.com/armetiz/LeezyPheanstalkBundle/blob/master/src/Resources/doc/1-installation.md)
23-
- [Configuration](https://github.com/armetiz/LeezyPheanstalkBundle/blob/master/src/Resources/doc/2-configuration.md)
24-
- [CLI Usage](https://github.com/armetiz/LeezyPheanstalkBundle/blob/master/src/Resources/doc/3-cli.md)
25-
- [Events](https://github.com/armetiz/LeezyPheanstalkBundle/blob/master/src/Resources/doc/4-events.md)
26-
- [Custom proxy](https://github.com/armetiz/LeezyPheanstalkBundle/blob/master/src/Resources/doc/5-custom-proxy.md)
27-
- [Extra - Beanstalk Manager](https://github.com/armetiz/LeezyPheanstalkBundle/blob/master/src/Resources/doc/6-extra-beanstalk-manager.md)
22+
- [Installation](https://github.com/PyRowMan/pheanstalk-bundle/blob/master/src/Resources/doc/1-installation.md)
23+
- [Configuration](https://github.com/PyRowMan/pheanstalk-bundle/blob/master/src/Resources/doc/2-configuration.md)
24+
- [CLI Usage](https://github.com/PyRowMan/pheanstalk-bundle/blob/master/src/Resources/doc/3-cli.md)
25+
- [Events](https://github.com/PyRowMan/pheanstalk-bundle/blob/master/src/Resources/doc/4-events.md)
26+
- [Custom proxy](https://github.com/PyRowMan/pheanstalk-bundle/blob/master/src/Resources/doc/5-custom-proxy.md)
27+
- [Extra - Beanstalk Manager](https://github.com/PyRowMan/pheanstalk-bundle/blob/master/src/Resources/doc/6-extra-beanstalk-manager.md)
2828
- [Extra - Proxy to prefix tubes](https://github.com/h4cc/LeezyPheanstalkBundleExtra)
2929

3030
## Usage example

0 commit comments

Comments
 (0)