api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 480B

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

0.3.0

Added

  • ServerRequestCreator is final

Fixed

  • Fallback to an empty Stream if UploadedFileFactory fails.

0.2.0

Changed

  • Make sure we use psr/http-factory

0.1.2

Added

  • ServerRequestCreatorInterface
  • ServerRequestCreator::getHeadersFromServer

0.1.1

Added

Better testing

0.1.0

First release