Revert "[BCB] Removed symfony/http-foundation"
This reverts commit ccf14c0c51
.
Reason: guzzle/common requires a symfony beta library
This commit is contained in:
parent
ccf14c0c51
commit
5e5b81cd41
@ -7,6 +7,6 @@ php:
|
||||
|
||||
before_script:
|
||||
- curl -s http://getcomposer.org/installer | php
|
||||
- php composer.phar install --dev
|
||||
- php composer.phar install
|
||||
|
||||
script: phpunit --coverage-text
|
||||
|
@ -15,9 +15,7 @@ CHANGELOG
|
||||
* BC: Renamed "WampServer" to "ServerProtocol"
|
||||
* BC: New "WampServer" component passes Topic container objects of subscribed Connections
|
||||
* Option to turn off UTF-8 checks in order to increase performance
|
||||
* BC: Moved Symfony HttpFoundation from require to suggest (devs using Sessions will have to require manually)
|
||||
* Switched dependancy guzzle/guzzle to guzzle/http (no API changes)
|
||||
* Ratchet no longer requires a minimun-stability option in composer
|
||||
* mbstring no longer required
|
||||
|
||||
* 0.1.5 (2012-07-12)
|
||||
|
@ -6,6 +6,7 @@
|
||||
, "homepage": "http://socketo.me"
|
||||
, "repository": "https://github.com/cboden/Ratchet"
|
||||
, "license": "MIT"
|
||||
, "minimum-stability": "beta"
|
||||
, "authors": [
|
||||
{
|
||||
"name": "Chris Boden"
|
||||
@ -17,9 +18,6 @@
|
||||
"forum": "https://groups.google.com/forum/#!forum/ratchet-php"
|
||||
, "issues": "https://github.com/cboden/Ratchet/issues"
|
||||
}
|
||||
, "suggest": {
|
||||
"symfony/http-foundation": "2.1.*"
|
||||
}
|
||||
, "autoload": {
|
||||
"psr-0": {
|
||||
"Ratchet\\Tests": "tests"
|
||||
@ -30,8 +28,9 @@
|
||||
"php": ">=5.3.3"
|
||||
, "react/socket": "0.1.*"
|
||||
, "guzzle/http": "2.8.*"
|
||||
, "symfony/http-foundation": "2.1.*"
|
||||
}
|
||||
, "require-dev": {
|
||||
"symfony/http-foundation": "2.1.*"
|
||||
"react/socket": "0.1.*"
|
||||
}
|
||||
}
|
||||
|
13
composer.lock
generated
13
composer.lock
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"hash": "f74a1251297b2939109e9d52228f0b0d",
|
||||
"hash": "8e06f011f15dae3364497835c0e86e08",
|
||||
"packages": [
|
||||
{
|
||||
"package": "evenement/evenement",
|
||||
@ -31,19 +31,18 @@
|
||||
},
|
||||
{
|
||||
"package": "symfony/event-dispatcher",
|
||||
"version": "v2.1.0-BETA4"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
"version": "v2.1.0-BETA3"
|
||||
},
|
||||
{
|
||||
"package": "symfony/http-foundation",
|
||||
"version": "v2.1.0-BETA4"
|
||||
"version": "v2.1.0-BETA3"
|
||||
}
|
||||
],
|
||||
"packages-dev": null,
|
||||
"aliases": [
|
||||
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"minimum-stability": "beta",
|
||||
"stability-flags": [
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user