Michael Weimann
|
aff8826c99
|
Set native return types
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
|
2022-12-15 20:13:31 +01:00 |
Igor Scheller
|
46d6ada728
|
Update composer packages and bump php version to 7.4
|
2021-12-29 17:12:19 +01:00 |
Igor Scheller
|
867d720f15
|
Tests: Replaced setMethods as it is deprecated
|
2019-11-06 12:29:58 +01:00 |
Igor Scheller
|
236197faf8
|
Upgraded external components
|
2019-06-03 21:36:58 +02:00 |
Igor Scheller
|
79c92da8c1
|
Formatting
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
|
2019-04-25 18:17:19 +02:00 |
Igor Scheller
|
c74fa7955d
|
phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
|
2019-04-25 17:56:06 +02:00 |
Igor Scheller
|
58ca7113f3
|
PSR-7: Replaced implementation with `Nyholm\Psr7`
|
2019-04-17 13:11:39 +02:00 |
Igor Scheller
|
d9f898a0bb
|
Bugfix: Replaced Diactoros with Symfony PsrHttpFactory to use PhpExtended\HttpMessage implementation
Prevents warnings that get converted to errors when run in dev mode
|
2019-04-16 20:20:56 +02:00 |
Igor Scheller
|
944c29b964
|
Require POST for sending forms
* Ensure that the form is submitted with a post request
* Replaced several links with forms
Closes #494 (Security Vulnerability)
|
2018-11-21 19:24:36 +01:00 |
Igor Scheller
|
b0e7bc0df2
|
Made Engelsystem\Http\Request PSR-7 ServerRequestInterface compatible
|
2018-08-20 17:43:15 +02:00 |
Igor Scheller
|
5427ee385d
|
Made Engelsystem\Http\Request PSR-7 RequestInterface compatible
|
2018-08-19 14:04:16 +02:00 |
Igor Scheller
|
3c08829205
|
Added Http\Response and Psr7{Request,Response}
|
2018-08-07 16:54:08 +02:00 |
msquare
|
f8807c4efb
|
fix behaviour of HTTP/Request get
|
2017-11-19 14:47:32 +01:00 |
Igor Scheller
|
8c703e1202
|
Added request test
|
2017-10-31 17:17:32 +01:00 |