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

Latest commit

 

History

History
14 lines (8 loc) · 406 Bytes

UPGRADE-2.0.md

File metadata and controls

14 lines (8 loc) · 406 Bytes

UPGRADE FROM 1.x to 2.0

Symfony Requirement

Support for Symfony version <3.4 has been dropped.

Requirement for sensio/framework-extra-bundle has been bump to version 4 or 5

To upgrade you only need to change your symfony requirements if they didn't match and require version ^2.0 of the bundle

composer require willdurand/rest-extra-bundle:"^2.0"