Pavel Batanov
703160e28b
Add PHP 7.2 testing ( #1811 )
...
* Update travis to test against php 7.2
* Add tests for countables
* Update dev phpunit to ^5.0
* Fix tcp proxy URL
2017-05-01 11:12:41 +02:00
Márk Sági-Kazár
2297b43ad7
Merge branch '6.2.x'
2017-02-28 23:51:22 +01:00
Tobias Schultze
8d6c6cc551
Fix deprecations with guzzle/psr7 version 1.4
...
Fix wrong example doc
replace deprecated Uri::resolve
Fix documented types for body request option
2017-02-28 23:50:30 +01:00
Mponos George
01324c2fbc
Add psr/log package to suggested packages ( #1729 )
2017-02-05 03:32:13 +01:00
Tobias Schultze
f0a4ecca8c
require psr7 1.3.1
...
previous versions had bug when combining the URI components
2016-06-29 18:47:07 +02:00
Graham Campbell
f5e6ce563c
Bumped branch alias to 6.2
2016-01-26 19:25:48 +00:00
Graham Campbell
62cd40c2bb
Updated branch alias
2015-09-06 21:56:33 +01:00
Mark Trapp
d706b16e29
Conditionally require functions.php
2015-06-25 12:50:04 -04:00
Michael Dowling
1247f26103
Bumping psr7 requirement
2015-06-24 13:05:23 -07:00
Michael Dowling
ddbbba92ef
Using older composer syntax for older versions of composer
2015-05-27 17:30:19 -07:00
Michael Dowling
4da71b1611
Removing branch alias
2015-05-26 11:16:26 -07:00
Michael Dowling
29afd334ba
Merge branch 'guzzle-v6'
...
Includes minor tweaks:
1. Link to UPGRADING.md from CHANGELOG.md.
2. Add psr/log to dev requirements.
2015-05-26 10:45:41 -07:00
Michael Dowling
99546a4171
5.3-dev not 5.0-dev
2015-05-25 16:47:27 -07:00
Michael Dowling
153d068d8c
Preparing branch aliases
2015-05-25 16:21:15 -07:00
Maks3w
2a62ae6090
psr/log is not used in this project
2015-05-22 11:07:14 +02:00
Michael Dowling
f3c8c22471
5.3.0 release
2015-05-19 20:47:55 -07:00
Michael Dowling
9b720234f3
Updating dependencies
2015-05-19 10:49:28 -07:00
Michael Dowling
c0442a3819
Fixing composer.json
2015-05-18 15:30:41 -07:00
Michael Dowling
70d9581622
Bumping promise dep
2015-05-09 19:30:47 -07:00
Michael Dowling
7d701db9be
Bumping PHP requirement to 5.5
2015-04-25 19:29:57 -07:00
Michael Dowling
fd095f0f68
PSR-7 updates
2015-04-19 20:39:53 -07:00
Michael Dowling
3b62b924f2
Merge pull request #1016 from GrahamCampbell/patch-1
...
Fixed a typo
2015-04-01 15:43:23 -07:00
Graham Campbell
07b4895990
Improved version constraints
2015-03-30 00:15:09 +01:00
Graham Campbell
2e5762269c
Fixed a typo
2015-03-30 00:12:28 +01:00
Michael Dowling
5129164be7
Lots of refactoring and updates
2015-03-20 00:21:42 -07:00
Michael Dowling
9c9a4cdd71
Backwards compat updates
2015-03-03 14:02:24 -08:00
Michael Dowling
1a9ad6b553
WIP refactor for PSR-7
2015-02-25 14:50:44 -08:00
Graham Campbell
7d9539da5d
Fixed the branch alias
2014-10-24 18:24:14 +01:00
Michael Dowling
2c2f1d7c47
Updating to use RingPHP and s/adapter/handle/g
2014-10-12 18:27:08 -07:00
Graham Campbell
afa6b096d9
Update composer.json
2014-10-12 22:22:37 +01:00
Graham Campbell
8ebec93683
Updated the version constraints
2014-10-12 20:48:44 +01:00
Michael Dowling
4af718686c
I think I'll remove functions.php
2014-10-06 20:48:40 -07:00
Michael Dowling
f024b1ed10
Using guzzle-ring master
2014-10-05 20:22:22 -07:00
Michael Dowling
d7db963dcb
Some optimizations
2014-10-03 11:43:09 -07:00
Michael Dowling
de780704e1
React promises
2014-10-02 00:42:11 -07:00
Michael Dowling
c4965eda15
Updating changelog and adding functions.php back to lessen the breaking changes
2014-10-01 09:09:03 -07:00
Graham Campbell
ccd959d01f
Use the tilde opperator
2014-09-08 21:35:12 -07:00
Michael Dowling
ef0c3c1d56
Updating to use guzzle streams 3.0
2014-09-08 21:35:11 -07:00
Michael Dowling
f19cc3a40d
Some minor breaking changes and adding async future responses.
2014-09-08 21:35:10 -07:00
Graham Campbell
e6d5e3bb52
Revert "Bumped the minor version"
2014-09-08 19:13:23 +01:00
Graham Campbell
7e62837add
Bumped the minor version
2014-09-02 22:07:49 +01:00
Michael Dowling
90bd509464
Adding support for the decode_content request option
...
- MessageFactory and adapters now handle decode_content
- server.js now requires base64 encoded data in the "body" JSON parameter.
- Closes #764
2014-08-17 14:33:46 -07:00
Michael Dowling
d088d32801
Updating to guzzlehttp/streams 2.0
2014-08-16 20:29:57 -07:00
Graham Campbell
b31901e447
Updated the alias format
2014-08-07 23:48:23 +01:00
Michael Dowling
c6e07a3e96
Simplifying MultipartBody
2014-07-19 11:50:09 -07:00
Michael Dowling
14f0873442
Lots of fixes to multipart/form-data
...
Using the AppendStream to vastly clean up how a multipart POST is created.
This changes also cleans up how the body is sent over the wire, eliminating
some bugs I discovered when fields are sent before files.
2014-07-15 15:50:36 -07:00
Iain Cambridge
2dfc9bb681
Added Tests to auto complete for dev env
2014-06-09 08:57:54 +01:00
Graham Campbell
e59cd38d35
Update composer.json
2014-05-28 10:01:09 +01:00
David Prévot
d1f90256b4
Expand dependencies
...
JSON is provided separately from PHP in some recent distributions.
cURL should be suggested according to the documentation.
2014-05-04 17:14:41 -04:00
Graham Campbell
ae81e35344
Update composer.json
2014-03-30 20:29:25 +01:00