bovigo / vfsStream

vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
BSD 3-Clause "New" or "Revised" License
1.42k stars 102 forks source link

Drop support for php 5 #292

Closed jaapio closed 2 months ago

jaapio commented 3 months ago

I dropped support for php versions lower than 7.1 as the new syntax enforces us to do a breaking change. This also allowed me to cleanup the tests a bit.

This should clear the path for php 8.4 support as requested in #289

jaapio commented 2 months ago

I will create a new release tonight. Expect it to be there in a few hours

allejo commented 2 months ago

This is going to be a 1.7.0 release because of the breaking changes of dropped version support, right? On Aug 29, 2024 at 11:01 AM -0700, Jaap van Otterdijk @.***>, wrote:

I will create a new release tonight. Expect it to be there in a few hours — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because your review was requested.Message ID: @.***>