Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Releases: sunrise-php/http-server-request

v2.2.2

31 Dec 01:58
431ed2d

Choose a tag to compare

⚠️ This package was moved to the http-message package and is abandoned.

v2.2.1

20 Apr 14:56

Choose a tag to compare

  • Insignificant changes.

v2.2.0

19 Apr 00:35
d981397

Choose a tag to compare

  • New constant: UploadedFile::UPLOAD_ERRORS.

v2.1.0

18 Apr 03:26
fd8e448

Choose a tag to compare

  • Detailed error description for uploaded files.

v2.0.1

18 Apr 02:39
a64a929

Choose a tag to compare

  • Minor changes.

v2.0.0

26 Oct 00:18
69f9c75

Choose a tag to compare

  • Improved code and tests.

v1.1.0

26 Dec 07:07
03db82a

Choose a tag to compare

  • PHP8 support;
  • CS fix.

v1.0.12

29 Mar 03:11
c51ea9c

Choose a tag to compare

  • Ignore non-uploaded files.

v1.0.11

05 Mar 10:05

Choose a tag to compare

  • Minor changes

v1.0.10

11 Feb 00:15

Choose a tag to compare

  • Using the assertNull to assert whether the expected value is same as null.
  • Using the assertFileExists to assert whether the specific file is existed.
  • Using the data provider to split test cases from the method.
  • Using the protected instead of public for setUp and tearDown methods.