Commit Graph

25 Commits

Author SHA1 Message Date
Joe Ginley 17c58ae362 Added php minimum version badge and removed the requirements text.
Updated composer libraries, fixed phpunit errors after updating.
Updated docker-compose version.
Updated docker to use php 7.4.
2020-02-04 00:05:42 -05:00
PJ Dietz 645bcf227c Upgrade PHPUnit to v8 2019-06-17 16:04:55 -04:00
PJ Dietz 04c7b100db Upgrade PHPUnit to v7 2018-06-21 10:20:33 -04:00
PJ Dietz e531af0da5 Add official PSR-15 interfaces via composer 2018-03-12 15:05:19 -04:00
PJ Dietz 4c40db8ecc Update draft PSR-15 interfaces 2018-03-12 15:05:19 -04:00
PJ Dietz 36a170bcff Upgrade PHPUnit to ^6 2017-07-22 15:21:41 -04:00
PJ Dietz 344b4bb4b9 Update PHPUnit to v5 2016-05-18 20:32:55 -04:00
PJ Dietz 559a08dc8d Update composer.lock 2015-05-24 13:20:46 -04:00
PJ Dietz 6dcd3251d4 Update Composer 2015-05-20 18:05:26 -04:00
PJ Dietz 19e72f7040 Update Composer to use psr/http-message ~1.0 2015-05-20 18:02:28 -04:00
PJ Dietz 74369f5b0b Update composer to tagged psr/http-message 2015-05-15 19:11:23 -04:00
PJ Dietz e3083609db Remove fork of psr/http-message from composer.json 2015-05-11 15:27:18 -04:00
PJ Dietz 9cc08bb875 Remove HttpExceptions from Composer 2015-05-10 20:24:35 -04:00
PJ Dietz dc2aecf3ff Add Composer alias for psr/http-message fork. 2015-04-29 07:21:29 -04:00
PJ Dietz 8c4b59c525 Update composer, phpunit configuration, and remove apache_request_headers 2015-04-16 19:02:43 -04:00
PJ Dietz 6b20d1ea96 Update based on changes to PSR-7 2015-04-15 19:34:33 -04:00
PJ Dietz 9e1c049c38 Include Psr\Http\Message manually while under revision. 2015-04-12 18:42:01 -04:00
PJ Dietz 16ed00a841 Update minimum PHP in composer to 5.4 2015-03-22 09:10:46 -04:00
PJ Dietz f39e820287 Add psr/http-message to composer 2015-03-18 19:31:03 -04:00
PJ Dietz 9498542f30 Allow Route target to be a callable, string, or instance 2015-02-18 20:17:09 -05:00
PJ Dietz 8b5f9e40a6 Update phpunit. Allow setting port for ClientTest as an environment variable. 2014-12-29 12:49:38 -05:00
PJ Dietz b2ad26acca Update Composer after adding ShamServer to Packagist 2014-07-26 12:37:03 -04:00
PJ Dietz 3d44d1a3f5 Test sending body with Client 2014-07-25 23:08:27 -04:00
PJ Dietz 5e9980f864 Write test to check if Client send method properly 2014-07-25 22:25:59 -04:00
PJ Dietz 18d3d6c9db Update RouteBuilder docs and add test
- Remove RouteBuilder::buildRoutesFromJson()
- Allow RouteBuilder::buildRoutes() to parse JSON
- Add PHPUnit
- Add tests for RouteBuidler
- Update docs for RouteBuilder
- Update README RouteBuilder example
- Rename constant in BaseRoute
2014-07-13 14:29:37 -04:00